diff --git a/Cargo.lock b/Cargo.lock index fc7c12f..0dd9a17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,9 +1093,9 @@ dependencies = [ [[package]] name = "nondestructive" -version = "0.0.21" +version = "0.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd5666d684718c50f37649757b98bcce84a42cfa3043b5f46360e9769ee4a66a" +checksum = "8d6bbf45c9b1c0f355d79d88eba6dc7b367e283cdf33f1f89eb8f89257568b01" dependencies = [ "bstr", "itoa", diff --git a/Cargo.toml b/Cargo.toml index f5e3706..76986e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ futures = "0.3.30" hyper-util = "0.1.5" tap = "1.0.1" reqwest = { version = "=0.12.4", default-features = false, features = ["json", "rustls-tls"] } -nondestructive = "0.0.21" +nondestructive = "0.0.22"