diff --git a/Cargo.lock b/Cargo.lock index 6702916a..e8291228 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2659,9 +2659,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" dependencies = [ "itoa", "ryu", diff --git a/svanill-vault-cli/Cargo.toml b/svanill-vault-cli/Cargo.toml index e7b1809d..21f6ad6a 100644 --- a/svanill-vault-cli/Cargo.toml +++ b/svanill-vault-cli/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.81" thiserror = "1.0.57" reqwest = { version = "0.11.24", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] } serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.114" +serde_json = "1.0.115" confy = "0.6.1" rand = "0.8.5" md-5 = "0.10.6" diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index 97a6f92a..d6139bc1 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -20,7 +20,7 @@ diesel = { version = "2.1.5", features = ["sqlite", "r2d2"] } diesel_migrations = "2.1.0" libsqlite3-sys = { version = "0.27.0", features = ["bundled"] } serde = "1.0.197" -serde_json = "1.0.114" +serde_json = "1.0.115" serde_derive = "1.0.130" thiserror = "1.0.57" ring = "0.17.7"