diff --git a/Cargo.lock b/Cargo.lock index 83a271e3..7ff9515a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "camino" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" +checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" dependencies = [ "serde_core", ] diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index a15508fb..21ac0b21 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -18,7 +18,7 @@ async-stream = "0.3.6" async-trait = "0.1.89" base64 = "0.22.1" bytes = "1" -camino = { version = "1.2.1", features = ["serde1"] } +camino = { version = "1.2.2", features = ["serde1"] } debug-ignore = "1.0.5" form_urlencoded = "1.2.2" futures = "0.3.31"