diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index f3646fe..f901277 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -2642,9 +2642,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" dependencies = [ "itoa", "memchr", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 2c28989..f650643 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -20,7 +20,7 @@ actix-web = { version = "4.11.0", features = ["openssl"] } futures = "0.3.31" serde = { version = "1.0.219", features = ["derive"] } reqwest = { version = "0.12.22", features = ["json"] } -serde_json = "1.0.140" +serde_json = "1.0.141" rand = "0.9.1" actix = "0.13.5" actix-identity = "0.8.0"