Skip to content

Commit d8975d2

Browse files
committed
chore: Update incompatible versions
1 parent 7283791 commit d8975d2

File tree

6 files changed

+126
-127
lines changed

6 files changed

+126
-127
lines changed

Cargo.lock

Lines changed: 54 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ cargo-test-macro = { version = "0.4.4", path = "crates/cargo-test-macro" }
3535
cargo-test-support = { version = "0.8.0", path = "crates/cargo-test-support" }
3636
cargo-util = { version = "0.2.22", path = "crates/cargo-util" }
3737
cargo-util-schemas = { version = "0.9.0", path = "crates/cargo-util-schemas" }
38-
cargo_metadata = "0.19.2"
38+
cargo_metadata = "0.20.0"
3939
clap = "4.5.40"
4040
clap_complete = { version = "4.5.54", features = ["unstable-dynamic"] }
4141
color-print = "0.3.7"
4242
core-foundation = { version = "0.10.1", features = ["mac_os_10_7_support"] }
4343
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"] }
4545
curl = "0.4.48"
4646
curl-sys = "0.4.82"
4747
filetime = "0.2.25"
@@ -69,7 +69,7 @@ libgit2-sys = "0.18.2"
6969
libloading = "0.8.8"
7070
memchr = "2.7.5"
7171
miow = "0.6.0"
72-
opener = "0.7.2"
72+
opener = "0.8.2"
7373
openssl = "0.10.73"
7474
openssl-sys = "0.9.109"
7575
os_info = { version = "3.12.0", default-features = false }
@@ -81,12 +81,12 @@ proptest = "1.7.0"
8181
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
8282
rand = "0.9.1"
8383
regex = "1.11.1"
84-
rusqlite = { version = "0.34.0", features = ["bundled"] }
84+
rusqlite = { version = "0.36.0", features = ["bundled"] }
8585
rustc-hash = "2.1.1"
8686
rustc-stable-hash = "0.1.2"
8787
rustfix = { version = "0.9.2", path = "crates/rustfix" }
8888
same-file = "1.0.6"
89-
schemars = "0.9.0"
89+
schemars = "1.0.3"
9090
security-framework = "3.2.0"
9191
semver = { version = "1.0.26", features = ["serde"] }
9292
serde = "1.0.219"
@@ -117,7 +117,7 @@ unicode-xid = "0.2.6"
117117
url = "2.5.4"
118118
varisat = "0.2.2"
119119
walkdir = "2.5.0"
120-
windows-sys = "0.59"
120+
windows-sys = "0.60"
121121

122122
[workspace.lints.rust]
123123
rust_2018_idioms = "warn" # TODO: could this be removed?

0 commit comments

Comments
 (0)