Skip to content

Commit 8a280bb

Browse files
chore(deps): update compatible
1 parent 3bb0697 commit 8a280bb

File tree

2 files changed

+70
-62
lines changed

2 files changed

+70
-62
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ homepage = "https://github.com/rust-lang/cargo"
1818
repository = "https://github.com/rust-lang/cargo"
1919

2020
[workspace.dependencies]
21-
annotate-snippets = "0.10.1"
22-
anstream = "0.6.11"
21+
annotate-snippets = "0.10.2"
22+
anstream = "0.6.13"
2323
anstyle = "1.0.6"
24-
anyhow = "1.0.79"
24+
anyhow = "1.0.80"
2525
base64 = "0.21.7"
2626
bytesize = "1.3"
2727
cargo = { path = "" }
@@ -40,8 +40,8 @@ color-print = "0.3.5"
4040
core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] }
4141
crates-io = { version = "0.40.0", path = "crates/crates-io" }
4242
criterion = { version = "0.5.1", features = ["html_reports"] }
43-
curl = "0.4.44"
44-
curl-sys = "0.4.71"
43+
curl = "0.4.46"
44+
curl-sys = "0.4.72+curl-8"
4545
filetime = "0.2.23"
4646
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
4747
git2 = "0.18.2"
@@ -67,12 +67,12 @@ libloading = "0.8.1"
6767
memchr = "2.7.1"
6868
miow = "0.6.0"
6969
opener = "0.6.1"
70-
openssl = "0.10.63"
70+
openssl = "0.10.64"
7171
os_info = "3.7.0"
7272
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
7373
pathdiff = "0.2"
7474
percent-encoding = "2.3"
75-
pkg-config = "0.3.29"
75+
pkg-config = "0.3.30"
7676
proptest = "1.4.0"
7777
pulldown-cmark = { version = "0.9.3", default-features = false }
7878
rand = "0.8.5"
@@ -81,23 +81,23 @@ rusqlite = { version = "0.30.0", features = ["bundled"] }
8181
rustfix = { version = "0.8.2", path = "crates/rustfix" }
8282
same-file = "1.0.6"
8383
security-framework = "2.9.2"
84-
semver = { version = "1.0.21", features = ["serde"] }
85-
serde = "1.0.196"
84+
semver = { version = "1.0.22", features = ["serde"] }
85+
serde = "1.0.197"
8686
serde-untagged = "0.1.5"
8787
serde-value = "0.7.0"
8888
serde_ignored = "0.1.10"
89-
serde_json = "1.0.113"
89+
serde_json = "1.0.114"
9090
sha1 = "0.10.6"
9191
sha2 = "0.10.8"
9292
shell-escape = "0.1.5"
9393
supports-hyperlinks = "3.0.0"
94-
snapbox = { version = "0.5.6", features = ["diff", "path", "term-svg"] }
94+
snapbox = { version = "0.5.7", features = ["diff", "path", "term-svg"] }
9595
tar = { version = "0.4.40", default-features = false }
96-
tempfile = "3.9.0"
97-
thiserror = "1.0.56"
96+
tempfile = "3.10.1"
97+
thiserror = "1.0.57"
9898
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
9999
toml = "0.8.10"
100-
toml_edit = { version = "0.22.4", features = ["serde"] }
100+
toml_edit = { version = "0.22.6", features = ["serde"] }
101101
tracing = "0.1.40" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
102102
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
103103
unicase = "2.7.0"

0 commit comments

Comments
 (0)