diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5899e51..d9c585b 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1271,9 +1271,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e57daa6..0d526e8 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -20,7 +20,7 @@ rocket = { version = "=0.5.0-rc.3", features = ["json"] } rocket_okapi = { version = "=0.8.0-rc.3", features = ["swagger"] } schemars = { version = "0.8.16", features = ["uuid1"] } serde = { version = "1.0.196", features = ["derive"] } -serde_json = "1.0.113" +serde_json = "1.0.114" sha2 = "0.10.8" uuid = { version = "1.7.0", features = [ "v4",