diff --git a/Cargo.lock b/Cargo.lock index 320443e47..f198c4fcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,9 +1240,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" +checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "dbl" diff --git a/Cargo.toml b/Cargo.toml index e36aac042..96726d62c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ base64 = { workspace = true } brotli = { version = "8", default-features=false, features = ["std"] } bytes = "1" chrono = { workspace = true, features = ["alloc", "clock", "std"] } -data-encoding = "2.7.0" +data-encoding = "2.9.0" escaper = "0.1" fast-socks5 = "0.10" fd-lock = "4"