diff --git a/Cargo.lock b/Cargo.lock index 1fdc6e79b3e..038ddc623f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,9 +1552,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f" [[package]] name = "deranged" diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index c630e5e5fa2..42ad13c41d1 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -105,7 +105,7 @@ v_htmlescape = { workspace = true } wax = { workspace = true } which = { workspace = true, optional = true } unicode-width = { workspace = true } -data-encoding = { version = "2.6.0", features = ["alloc"] } +data-encoding = { version = "2.7.0", features = ["alloc"] } web-time = { workspace = true } [target.'cfg(windows)'.dependencies]