diff --git a/Cargo.lock b/Cargo.lock index 41a0063f..44ae3f7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2753,18 +2753,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.52" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d" +checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.52" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3" +checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1af30437..950a522f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ rand = "0.8.5" argon2 = "0.5" reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls-native-roots", "socks"] } # Used for conduit::Error type -thiserror = "1.0.52" +thiserror = "1.0.56" # Used to generate thumbnails for images image = { version = "0.24.7", default-features = false, features = ["jpeg", "png", "gif", "webp"] } # Used to encode server public key