diff --git a/Cargo.lock b/Cargo.lock index c25f9c4206..237fc33227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1442,9 +1442,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 = "deranged" diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index babdce20de..3b995f9867 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -129,7 +129,7 @@ v_htmlescape = { workspace = true } wax = { workspace = true } which = { workspace = true, optional = true } unicode-width = { workspace = true } -data-encoding = { version = "2.8.0", features = ["alloc"] } +data-encoding = { version = "2.9.0", features = ["alloc"] } web-time = { workspace = true } [target.'cfg(windows)'.dependencies]