diff --git a/Cargo.lock b/Cargo.lock index 1b731ca059..f04e13588f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6120,9 +6120,9 @@ dependencies = [ [[package]] name = "tango-bench" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e79d9e491b718fb52bb2052726a0e66fe89a31cc6979fe58c72c73f058c279e" +checksum = "257822358c6f206fed78bfe6369cf959063b0644d70f88df6b19f2dadc93423e" dependencies = [ "alloca", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 033521d2b1..a354fcbb68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -239,7 +239,7 @@ nu-plugin-protocol = { path = "./crates/nu-plugin-protocol", version = "0.98.1" nu-plugin-core = { path = "./crates/nu-plugin-core", version = "0.98.1" } assert_cmd = "2.0" dirs = { workspace = true } -tango-bench = "0.5" +tango-bench = "0.6" pretty_assertions = { workspace = true } regex = { workspace = true } rstest = { workspace = true, default-features = false }