diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 601306a..a1d5334 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix-codec" version = "0.2.0" @@ -415,9 +417,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.2.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742" +checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" [[package]] name = "byteorder"