diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index ef9e152ef08..e4b23216997 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1113,9 +1113,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa", "ryu", diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index 1fa4a6db0a6..eb1743f5534 100644 --- a/lang/rust/Cargo.toml +++ b/lang/rust/Cargo.toml @@ -43,7 +43,7 @@ documentation = "https://docs.rs/apache-avro" [workspace.dependencies] log = { default-features = false, version = "0.4.20" } serde = { default-features = false, version = "1.0.196", features = ["derive"] } -serde_json = { default-features = false, version = "1.0.111", features = ["std"] } +serde_json = { default-features = false, version = "1.0.113", features = ["std"] } [profile.release.package.hello-wasm] # Tell `rustc` to optimize for small code size.