@@ -35,13 +35,13 @@ cargo-test-macro = { version = "0.4.4", path = "crates/cargo-test-macro" }
3535cargo-test-support = { version = " 0.8.0" , path = " crates/cargo-test-support" }
3636cargo-util = { version = " 0.2.22" , path = " crates/cargo-util" }
3737cargo-util-schemas = { version = " 0.9.0" , path = " crates/cargo-util-schemas" }
38- cargo_metadata = " 0.19.2 "
38+ cargo_metadata = " 0.20.0 "
3939clap = " 4.5.40"
4040clap_complete = { version = " 4.5.54" , features = [" unstable-dynamic" ] }
4141color-print = " 0.3.7"
4242core-foundation = { version = " 0.10.1" , features = [" mac_os_10_7_support" ] }
4343crates-io = { version = " 0.40.12" , path = " crates/crates-io" }
44- criterion = { version = " 0.5.1 " , features = [" html_reports" ] }
44+ criterion = { version = " 0.6.0 " , features = [" html_reports" ] }
4545curl = " 0.4.48"
4646curl-sys = " 0.4.82"
4747filetime = " 0.2.25"
@@ -69,7 +69,7 @@ libgit2-sys = "0.18.2"
6969libloading = " 0.8.8"
7070memchr = " 2.7.5"
7171miow = " 0.6.0"
72- opener = " 0.7 .2"
72+ opener = " 0.8 .2"
7373openssl = " 0.10.73"
7474openssl-sys = " 0.9.109"
7575os_info = { version = " 3.12.0" , default-features = false }
@@ -81,12 +81,12 @@ proptest = "1.7.0"
8181pulldown-cmark = { version = " 0.13.0" , default-features = false , features = [" html" ] }
8282rand = " 0.9.1"
8383regex = " 1.11.1"
84- rusqlite = { version = " 0.34 .0" , features = [" bundled" ] }
84+ rusqlite = { version = " 0.36 .0" , features = [" bundled" ] }
8585rustc-hash = " 2.1.1"
8686rustc-stable-hash = " 0.1.2"
8787rustfix = { version = " 0.9.2" , path = " crates/rustfix" }
8888same-file = " 1.0.6"
89- schemars = " 0.9.0 "
89+ schemars = " 1.0.3 "
9090security-framework = " 3.2.0"
9191semver = { version = " 1.0.26" , features = [" serde" ] }
9292serde = " 1.0.219"
@@ -117,7 +117,7 @@ unicode-xid = "0.2.6"
117117url = " 2.5.4"
118118varisat = " 0.2.2"
119119walkdir = " 2.5.0"
120- windows-sys = " 0.59 "
120+ windows-sys = " 0.60 "
121121
122122[workspace .lints .rust ]
123123rust_2018_idioms = " warn" # TODO: could this be removed?
0 commit comments