@@ -22,14 +22,14 @@ assert_matches = "1.5.0"
2222async-trait = " 0.1.89"
2323blake2 = " 0.10.6"
2424bstr = " 1.12.1"
25- clap = { version = " 4.5.50 " , features = [
25+ clap = { version = " 4.5.51 " , features = [
2626 " derive" ,
2727 " deprecated" ,
2828 " wrap_help" ,
2929 " string" ,
3030] }
31- clap_complete = { version = " 4.5.59 " , features = [" unstable-dynamic" ] }
32- clap_complete_nushell = " 4.5.9 "
31+ clap_complete = { version = " 4.5.60 " , features = [" unstable-dynamic" ] }
32+ clap_complete_nushell = " 4.5.10 "
3333# Update clap-markdown manually since test_generate_md_cli_help snapshot
3434# will need regenerating.
3535clap-markdown = " =0.1.5"
@@ -47,7 +47,7 @@ digest = "0.10.7"
4747dunce = " 1.0.5"
4848either = " 1.15.0"
4949erased-serde = " 0.4.8"
50- etcetera = " 0.10 .0"
50+ etcetera = " 0.11 .0"
5151futures = " 0.3.31"
5252gix = { version = " 0.74.1" , default-features = false , features = [
5353 " attributes" ,
@@ -58,7 +58,7 @@ gix = { version = "0.74.1", default-features = false, features = [
5858] }
5959globset = " 0.4.18"
6060hashbrown = { version = " 0.16.0" , default-features = false , features = [" inline-more" ] }
61- ignore = " 0.4.24 "
61+ ignore = " 0.4.25 "
6262indexmap = { version = " 2.12.0" , features = [" serde" ] }
6363indoc = " 2.0.7"
6464insta = { version = " 1.43.2" , features = [" filters" ] }
@@ -76,7 +76,7 @@ pollster = "0.4.0"
7676pretty_assertions = " 1.4.1"
7777proc-macro2 = " 1.0.103"
7878proptest = " 1.9.0"
79- proptest-derive = " 0.6 .0"
79+ proptest-derive = " 0.7 .0"
8080proptest-state-machine = " 0.6.0"
8181prost = " 0.14.1"
8282prost-build = " 0.14.1"
0 commit comments