@@ -35,13 +35,13 @@ cargo-test-macro = { version = "0.4.4", path = "crates/cargo-test-macro" }
35
35
cargo-test-support = { version = " 0.8.0" , path = " crates/cargo-test-support" }
36
36
cargo-util = { version = " 0.2.22" , path = " crates/cargo-util" }
37
37
cargo-util-schemas = { version = " 0.9.0" , path = " crates/cargo-util-schemas" }
38
- cargo_metadata = " 0.19.2 "
38
+ cargo_metadata = " 0.20.0 "
39
39
clap = " 4.5.40"
40
40
clap_complete = { version = " 4.5.54" , features = [" unstable-dynamic" ] }
41
41
color-print = " 0.3.7"
42
42
core-foundation = { version = " 0.10.1" , features = [" mac_os_10_7_support" ] }
43
43
crates-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" ] }
45
45
curl = " 0.4.48"
46
46
curl-sys = " 0.4.82"
47
47
filetime = " 0.2.25"
@@ -69,7 +69,7 @@ libgit2-sys = "0.18.2"
69
69
libloading = " 0.8.8"
70
70
memchr = " 2.7.5"
71
71
miow = " 0.6.0"
72
- opener = " 0.7 .2"
72
+ opener = " 0.8 .2"
73
73
openssl = " 0.10.73"
74
74
openssl-sys = " 0.9.109"
75
75
os_info = { version = " 3.12.0" , default-features = false }
@@ -81,12 +81,12 @@ proptest = "1.7.0"
81
81
pulldown-cmark = { version = " 0.13.0" , default-features = false , features = [" html" ] }
82
82
rand = " 0.9.1"
83
83
regex = " 1.11.1"
84
- rusqlite = { version = " 0.34 .0" , features = [" bundled" ] }
84
+ rusqlite = { version = " 0.36 .0" , features = [" bundled" ] }
85
85
rustc-hash = " 2.1.1"
86
86
rustc-stable-hash = " 0.1.2"
87
87
rustfix = { version = " 0.9.2" , path = " crates/rustfix" }
88
88
same-file = " 1.0.6"
89
- schemars = " 0.9.0 "
89
+ schemars = " 1.0.3 "
90
90
security-framework = " 3.2.0"
91
91
semver = { version = " 1.0.26" , features = [" serde" ] }
92
92
serde = " 1.0.219"
@@ -117,7 +117,7 @@ unicode-xid = "0.2.6"
117
117
url = " 2.5.4"
118
118
varisat = " 0.2.2"
119
119
walkdir = " 2.5.0"
120
- windows-sys = " 0.59 "
120
+ windows-sys = " 0.60 "
121
121
122
122
[workspace .lints .rust ]
123
123
rust_2018_idioms = " warn" # TODO: could this be removed?
0 commit comments