Skip to content

Commit bba1e25

Browse files
chore(deps): update compatible
1 parent 1c92c1e commit bba1e25

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

Cargo.lock

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+17-17
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ homepage = "https://github.com/rust-lang/cargo"
1818
repository = "https://github.com/rust-lang/cargo"
1919

2020
[workspace.dependencies]
21-
annotate-snippets = "0.11.1"
21+
annotate-snippets = "0.11.2"
2222
anstream = "0.6.13"
2323
anstyle = "1.0.6"
24-
anyhow = "1.0.81"
25-
base64 = "0.22.0"
24+
anyhow = "1.0.82"
25+
base64 = "0.22.1"
2626
bytesize = "1.3"
2727
cargo = { path = "" }
2828
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
@@ -36,14 +36,14 @@ cargo-util = { version = "0.2.9", path = "crates/cargo-util" }
3636
cargo-util-schemas = { version = "0.4.0", path = "crates/cargo-util-schemas" }
3737
cargo_metadata = "0.18.1"
3838
clap = "4.5.4"
39-
color-print = "0.3.5"
39+
color-print = "0.3.6"
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"] }
4343
curl = "0.4.46"
4444
curl-sys = "0.4.72"
4545
filetime = "0.2.23"
46-
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
46+
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
4747
git2 = "0.18.3"
4848
git2-curl = "0.19.0"
4949
gix = { version = "0.62.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision", "parallel", "dirwalk"] }
@@ -56,11 +56,11 @@ http-auth = { version = "0.1.9", default-features = false }
5656
humantime = "2.1.0"
5757
ignore = "0.4.22"
5858
im-rc = "15.1.0"
59-
indexmap = "2"
59+
indexmap = "2.2.6"
6060
itertools = "0.12.1"
61-
jobserver = "0.1.28"
61+
jobserver = "0.1.31"
6262
lazycell = "1.3.0"
63-
libc = "0.2.153"
63+
libc = "0.2.154"
6464
libgit2-sys = "0.16.2"
6565
libloading = "0.8.3"
6666
memchr = "2.7.2"
@@ -70,39 +70,39 @@ openssl = "0.10.57"
7070
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
7171
os_info = { version = "3.8.2", default-features = false }
7272
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
73-
pathdiff = "0.2"
74-
percent-encoding = "2.3"
73+
pathdiff = "0.2.1"
74+
percent-encoding = "2.3.1"
7575
pkg-config = "0.3.30"
7676
proptest = "1.4.0"
77-
pulldown-cmark = { version = "0.10.2", default-features = false, features = ["html"] }
77+
pulldown-cmark = { version = "0.10.3", default-features = false, features = ["html"] }
7878
rand = "0.8.5"
7979
regex = "1.10.4"
8080
rusqlite = { version = "0.31.0", features = ["bundled"] }
8181
rustfix = { version = "0.8.2", path = "crates/rustfix" }
8282
same-file = "1.0.6"
8383
security-framework = "2.10.0"
8484
semver = { version = "1.0.22", features = ["serde"] }
85-
serde = "1.0.197"
85+
serde = "1.0.199"
8686
serde-untagged = "0.1.5"
8787
serde-value = "0.7.0"
8888
serde_ignored = "0.1.10"
89-
serde_json = "1.0.115"
89+
serde_json = "1.0.116"
9090
sha1 = "0.10.6"
9191
sha2 = "0.10.8"
9292
shell-escape = "0.1.5"
9393
supports-hyperlinks = "3.0.0"
9494
snapbox = { version = "0.5.9", features = ["diff", "path", "term-svg"] }
9595
tar = { version = "0.4.40", default-features = false }
9696
tempfile = "3.10.1"
97-
thiserror = "1.0.58"
98-
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
97+
thiserror = "1.0.59"
98+
time = { version = "0.3.36", features = ["parsing", "formatting", "serde"] }
9999
toml = "0.8.12"
100-
toml_edit = { version = "0.22.11", features = ["serde"] }
100+
toml_edit = { version = "0.22.12", 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-chrome = "0.7.2"
103103
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
104104
unicase = "2.7.0"
105-
unicode-width = "0.1.11"
105+
unicode-width = "0.1.12"
106106
unicode-xid = "0.2.4"
107107
url = "2.5.0"
108108
varisat = "0.2.2"

0 commit comments

Comments
 (0)