diff --git a/Cargo.lock b/Cargo.lock index 48ebbff..6ef7c6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2600,18 +2600,18 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "snafu" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b835cb902660db3415a672d862905e791e54d306c6e8189168c7f3d9ae1c79d" +checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" dependencies = [ "snafu-derive", ] [[package]] name = "snafu-derive" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d1e02fca405f6280643174a50c942219f0bbf4dbf7d480f1dd864d6f211ae5" +checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 208d74c..3e611cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ openssl = { version = "0.10.64", optional = true } reqwest = { version = "0.12.7", default-features = false, features = ["json", "multipart"] } serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" -snafu = { version = "0.8.4" } +snafu = { version = "0.8.5" } tokio = { version = "1", features = ["full"] } futures = { version = "0.3" } regex = { version = "1.10.6" }