diff --git a/Cargo.lock b/Cargo.lock index 0aaac540b..a448be1a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,9 +447,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" +checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66" dependencies = [ "anstyle", "bstr 1.6.0", diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index 1620c5eaa..bef79c8a1 100644 --- a/token/cli/Cargo.toml +++ b/token/cli/Cargo.toml @@ -46,7 +46,7 @@ tokio = "1.42" [dev-dependencies] solana-test-validator = "2.1.0" -assert_cmd = "2.0.16" +assert_cmd = "2.0.17" libtest-mimic = "0.8" serial_test = "3.2.0" tempfile = "3.14.0"