diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 59b7a2192..f5054dfa2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2962,9 +2962,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.104" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" +checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" dependencies = [ "itoa", "ryu", diff --git a/rust/phoenix-channel/Cargo.toml b/rust/phoenix-channel/Cargo.toml index 44537027d..fb24dc02c 100644 --- a/rust/phoenix-channel/Cargo.toml +++ b/rust/phoenix-channel/Cargo.toml @@ -13,6 +13,6 @@ serde = { version = "1.0.183", features = ["derive"] } tracing = "0.1.37" rand_core = "0.6.4" url = "2.4.0" -serde_json = "1.0.104" +serde_json = "1.0.105" thiserror = "1.0.47" tokio = { version = "1.32.0", features = ["net", "time"] }