diff --git a/Cargo.lock b/Cargo.lock index b973e1cc7..32ef74864 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1868,9 +1868,9 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] @@ -4104,7 +4104,7 @@ dependencies = [ "sha1", "sha2", "sprintf", - "thiserror 1.0.69", + "thiserror 2.0.16", "tokio", "tracing", "urlencoding", diff --git a/Cargo.toml b/Cargo.toml index 1c90e5707..52f5c6fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -227,7 +227,7 @@ features = ["env", "yaml", "test"] # URL form encoding [workspace.dependencies.form_urlencoded] -version = "1.2.1" +version = "1.2.2" # Utilities for dealing with futures [workspace.dependencies.futures-util]