diff --git a/gateway/Cargo.lock b/gateway/Cargo.lock index 826251b5f8f..296e8eaf785 100644 --- a/gateway/Cargo.lock +++ b/gateway/Cargo.lock @@ -1794,7 +1794,7 @@ version = "5.0.0-alpha.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "098af5a5110b4deacf3200682963713b143ae9d28762b739bdb7b98429dfaf68" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "chrono", "getrandom", "http 1.1.0", @@ -2959,18 +2959,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 5c2d657d431..b3007d796f0 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -19,7 +19,7 @@ futures = "0.3" futures-util = "0.3.17" log = "0.4.8" smallvec = "1.10.0" -thiserror = "1.0.7" +thiserror = "1.0.62" # main crate actix-files = "0.6"