diff --git a/Cargo.lock b/Cargo.lock index b1db063..d247d31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3084,18 +3084,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" dependencies = [ "proc-macro2", "quote", diff --git a/httpbin/Cargo.toml b/httpbin/Cargo.toml index d7b6a99..e2f1da2 100644 --- a/httpbin/Cargo.toml +++ b/httpbin/Cargo.toml @@ -14,7 +14,7 @@ clap = { workspace = true } indexmap = { version = "1.9.3", features = ["serde"] } serde = { workspace = true } serde_with = { workspace = true } -thiserror = "1.0.40" +thiserror = "1.0.44" toml = "0.7.6" uuid = { version = "1.4.1", features = [ "v1",