Skip to content

Commit 12f0db0

Browse files
committed
chore(deps): update compatible
1 parent f5418fc commit 12f0db0

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

Cargo.toml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ edition = "2021"
1616
license = "MIT OR Apache-2.0"
1717

1818
[workspace.dependencies]
19-
anstream = "0.6.4"
20-
anstyle = "1.0.4"
21-
anyhow = "1.0.75"
19+
anstream = "0.6.13"
20+
anstyle = "1.0.6"
21+
anyhow = "1.0.82"
2222
base64 = "0.21.4"
2323
bytesize = "1.3"
2424
cargo = { path = "" }
@@ -30,77 +30,77 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.4" }
3030
cargo-test-macro = { path = "crates/cargo-test-macro" }
3131
cargo-test-support = { path = "crates/cargo-test-support" }
3232
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
33-
cargo_metadata = "0.18.0"
34-
clap = "4.4.6"
35-
color-print = "0.3.5"
36-
core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] }
33+
cargo_metadata = "0.18.1"
34+
clap = "4.5.4"
35+
color-print = "0.3.6"
36+
core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] }
3737
crates-io = { version = "0.39.0", path = "crates/crates-io" }
3838
criterion = { version = "0.5.1", features = ["html_reports"] }
39-
curl = "0.4.44"
40-
curl-sys = "0.4.68"
41-
filetime = "0.2.22"
42-
flate2 = { version = "1.0.27", default-features = false, features = ["zlib"] }
43-
git2 = "0.18.1"
39+
curl = "0.4.46"
40+
curl-sys = "0.4.72"
41+
filetime = "0.2.23"
42+
flate2 = { version = "1.0.29", default-features = false, features = ["zlib"] }
43+
git2 = "0.18.3"
4444
git2-curl = "0.19.0"
4545
gix = { version = "0.54.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision"] }
4646
gix-features-for-configuration-only = { version = "0.35.0", package = "gix-features", features = [ "parallel" ] }
4747
glob = "0.3.1"
4848
handlebars = { version = "3.5.5", features = ["dir_source"] }
4949
hex = "0.4.3"
5050
hmac = "0.12.1"
51-
home = "0.5.5"
52-
http-auth = { version = "0.1.8", default-features = false }
51+
home = "0.5.9"
52+
http-auth = { version = "0.1.9", default-features = false }
5353
humantime = "2.1.0"
54-
ignore = "0.4.20"
54+
ignore = "0.4.22"
5555
im-rc = "15.1.0"
5656
indexmap = "2"
5757
itertools = "0.11.0"
58-
jobserver = "0.1.26"
58+
jobserver = "0.1.31"
5959
lazycell = "1.3.0"
60-
libc = "0.2.148"
60+
libc = "0.2.153"
6161
libgit2-sys = "0.16.1"
62-
libloading = "0.8.1"
63-
memchr = "2.6.4"
62+
libloading = "0.8.3"
63+
memchr = "2.7.2"
6464
miow = "0.6.0"
6565
opener = "0.6.1"
6666
openssl ="0.10.57"
67-
os_info = "3.7.0"
68-
pasetors = { version = "0.6.7", features = ["v3", "paserk", "std", "serde"] }
67+
os_info = "3.8.2"
68+
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
6969
pathdiff = "0.2"
7070
percent-encoding = "2.3"
71-
pkg-config = "0.3.27"
71+
pkg-config = "0.3.30"
7272
pretty_assertions = "1.4.0"
73-
proptest = "1.3.1"
73+
proptest = "1.4.0"
7474
pulldown-cmark = { version = "0.9.3", default-features = false }
7575
rand = "0.8.5"
7676
rustfix = "0.6.1"
7777
same-file = "1.0.6"
78-
security-framework = "2.9.2"
79-
semver = { version = "1.0.20", features = ["serde"] }
80-
serde = "1.0.188"
81-
serde-untagged = "0.1.1"
78+
security-framework = "2.10.0"
79+
semver = { version = "1.0.22", features = ["serde"] }
80+
serde = "1.0.199"
81+
serde-untagged = "0.1.5"
8282
serde-value = "0.7.0"
83-
serde_ignored = "0.1.9"
84-
serde_json = "1.0.107"
83+
serde_ignored = "0.1.10"
84+
serde_json = "1.0.116"
8585
sha1 = "0.10.6"
8686
sha2 = "0.10.8"
8787
shell-escape = "0.1.5"
8888
snapbox = { version = "0.4.13", features = ["diff", "path"] }
89-
syn = { version = "2.0.37", features = ["extra-traits", "full"] }
89+
syn = { version = "2.0.60", features = ["extra-traits", "full"] }
9090
tar = { version = "0.4.40", default-features = false }
91-
tempfile = "3.8.0"
92-
thiserror = "1.0.49"
91+
tempfile = "3.10.1"
92+
thiserror = "1.0.59"
9393
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
94-
toml = "0.8.2"
94+
toml = "0.8.12"
9595
toml_edit = { version = "0.20.2", features = ["serde"] }
96-
tracing = "0.1.37"
97-
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
96+
tracing = "0.1.40"
97+
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
9898
unicase = "2.7.0"
99-
unicode-width = "0.1.11"
99+
unicode-width = "0.1.12"
100100
unicode-xid = "0.2.4"
101-
url = "2.4.1"
101+
url = "2.5.0"
102102
varisat = "0.2.2"
103-
walkdir = "2.4.0"
103+
walkdir = "2.5.0"
104104
windows-sys = "0.48"
105105

106106
[package]

0 commit comments

Comments
 (0)