diff --git a/gateway/Cargo.lock b/gateway/Cargo.lock index c1c2d5f9e5b..41d4f411a67 100644 --- a/gateway/Cargo.lock +++ b/gateway/Cargo.lock @@ -3021,18 +3021,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" dependencies = [ "proc-macro2", "quote", diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index badc1a3dff3..8a20093e195 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -19,7 +19,7 @@ futures = "0.3" futures-util = "0.3.17" log = "0.4.22" smallvec = "1.10.0" -thiserror = "1.0.7" +thiserror = "1.0.62" # main crate actix-files = "0.6"