Skip to content

Commit 075a5d3

Browse files
chore(deps): update compatible
1 parent aa18926 commit 075a5d3

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

Cargo.lock

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

Cargo.toml

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

2020
[workspace.dependencies]
2121
annotate-snippets = "0.10.1"
22-
anstream = "0.6.5"
23-
anstyle = "1.0.4"
22+
anstream = "0.6.11"
23+
anstyle = "1.0.5"
2424
anyhow = "1.0.79"
25-
base64 = "0.21.5"
25+
base64 = "0.21.7"
2626
bytesize = "1.3"
2727
cargo = { path = "" }
2828
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
@@ -35,7 +35,7 @@ cargo-test-support = { path = "crates/cargo-test-support" }
3535
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
3636
cargo-util-schemas = { version = "0.2.0", path = "crates/cargo-util-schemas" }
3737
cargo_metadata = "0.18.1"
38-
clap = "4.4.12"
38+
clap = "4.4.18"
3939
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" }
@@ -49,19 +49,19 @@ git2-curl = "0.19.0"
4949
gix = { version = "0.57.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision"] }
5050
gix-features-for-configuration-only = { version = "0.37.1", package = "gix-features", features = [ "parallel" ] }
5151
glob = "0.3.1"
52-
handlebars = { version = "5.0.0", features = ["dir_source"] }
52+
handlebars = { version = "5.1.1", features = ["dir_source"] }
5353
hex = "0.4.3"
5454
hmac = "0.12.1"
5555
home = "0.5.9"
5656
http-auth = { version = "0.1.9", default-features = false }
5757
humantime = "2.1.0"
58-
ignore = "0.4.21"
58+
ignore = "0.4.22"
5959
im-rc = "15.1.0"
6060
indexmap = "2"
61-
itertools = "0.12.0"
61+
itertools = "0.12.1"
6262
jobserver = "0.1.27"
6363
lazycell = "1.3.0"
64-
libc = "0.2.151"
64+
libc = "0.2.153"
6565
libgit2-sys = "0.16.1"
6666
libloading = "0.8.1"
6767
memchr = "2.7.1"
@@ -72,33 +72,33 @@ 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.28"
75+
pkg-config = "0.3.29"
7676
proptest = "1.4.0"
77-
pulldown-cmark = { version = "0.9.3", default-features = false }
77+
pulldown-cmark = { version = "0.9.6", default-features = false }
7878
rand = "0.8.5"
79-
regex = "1.10.2"
79+
regex = "1.10.3"
8080
rusqlite = { version = "0.30.0", features = ["bundled"] }
8181
rustfix = { version = "0.8.0", path = "crates/rustfix" }
8282
same-file = "1.0.6"
8383
security-framework = "2.9.2"
84-
semver = { version = "1.0.20", features = ["serde"] }
85-
serde = "1.0.194"
86-
serde-untagged = "0.1.4"
84+
semver = { version = "1.0.21", features = ["serde"] }
85+
serde = "1.0.196"
86+
serde-untagged = "0.1.5"
8787
serde-value = "0.7.0"
88-
serde_ignored = "0.1.9"
89-
serde_json = "1.0.110"
88+
serde_ignored = "0.1.10"
89+
serde_json = "1.0.113"
9090
sha1 = "0.10.6"
9191
sha2 = "0.10.8"
9292
shell-escape = "0.1.5"
9393
supports-hyperlinks = "2.1.0"
94-
snapbox = { version = "0.4.15", features = ["diff", "path"] }
94+
snapbox = { version = "0.4.16", features = ["diff", "path"] }
9595
tar = { version = "0.4.40", default-features = false }
9696
tempfile = "3.9.0"
9797
thiserror = "1.0.56"
9898
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
9999
toml = "0.8.9"
100100
toml_edit = { version = "0.21.1", features = ["serde"] }
101-
tracing = "0.1.37" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
101+
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"
104104
unicode-width = "0.1.11"

0 commit comments

Comments
 (0)