@@ -18,11 +18,11 @@ homepage = "https://github.com/rust-lang/cargo"
18
18
repository = " https://github.com/rust-lang/cargo"
19
19
20
20
[workspace .dependencies ]
21
- annotate-snippets = " 0.11.1 "
21
+ annotate-snippets = " 0.11.2 "
22
22
anstream = " 0.6.13"
23
23
anstyle = " 1.0.6"
24
- anyhow = " 1.0.81 "
25
- base64 = " 0.22.0 "
24
+ anyhow = " 1.0.82 "
25
+ base64 = " 0.22.1 "
26
26
bytesize = " 1.3"
27
27
cargo = { path = " " }
28
28
cargo-credential = { version = " 0.4.2" , path = " credential/cargo-credential" }
@@ -36,14 +36,14 @@ cargo-util = { version = "0.2.9", path = "crates/cargo-util" }
36
36
cargo-util-schemas = { version = " 0.4.0" , path = " crates/cargo-util-schemas" }
37
37
cargo_metadata = " 0.18.1"
38
38
clap = " 4.5.4"
39
- color-print = " 0.3.5 "
39
+ color-print = " 0.3.6 "
40
40
core-foundation = { version = " 0.9.4" , features = [" mac_os_10_7_support" ] }
41
41
crates-io = { version = " 0.40.0" , path = " crates/crates-io" }
42
42
criterion = { version = " 0.5.1" , features = [" html_reports" ] }
43
43
curl = " 0.4.46"
44
44
curl-sys = " 0.4.72"
45
45
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" ] }
47
47
git2 = " 0.18.3"
48
48
git2-curl = " 0.19.0"
49
49
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 }
56
56
humantime = " 2.1.0"
57
57
ignore = " 0.4.22"
58
58
im-rc = " 15.1.0"
59
- indexmap = " 2"
59
+ indexmap = " 2.2.6 "
60
60
itertools = " 0.12.1"
61
- jobserver = " 0.1.28 "
61
+ jobserver = " 0.1.31 "
62
62
lazycell = " 1.3.0"
63
- libc = " 0.2.153 "
63
+ libc = " 0.2.154 "
64
64
libgit2-sys = " 0.16.2"
65
65
libloading = " 0.8.3"
66
66
memchr = " 2.7.2"
@@ -70,39 +70,39 @@ openssl = "0.10.57"
70
70
openssl-sys = " =0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
71
71
os_info = { version = " 3.8.2" , default-features = false }
72
72
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 "
75
75
pkg-config = " 0.3.30"
76
76
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" ] }
78
78
rand = " 0.8.5"
79
79
regex = " 1.10.4"
80
80
rusqlite = { version = " 0.31.0" , features = [" bundled" ] }
81
81
rustfix = { version = " 0.8.2" , path = " crates/rustfix" }
82
82
same-file = " 1.0.6"
83
83
security-framework = " 2.10.0"
84
84
semver = { version = " 1.0.22" , features = [" serde" ] }
85
- serde = " 1.0.197 "
85
+ serde = " 1.0.199 "
86
86
serde-untagged = " 0.1.5"
87
87
serde-value = " 0.7.0"
88
88
serde_ignored = " 0.1.10"
89
- serde_json = " 1.0.115 "
89
+ serde_json = " 1.0.116 "
90
90
sha1 = " 0.10.6"
91
91
sha2 = " 0.10.8"
92
92
shell-escape = " 0.1.5"
93
93
supports-hyperlinks = " 3.0.0"
94
94
snapbox = { version = " 0.5.9" , features = [" diff" , " path" , " term-svg" ] }
95
95
tar = { version = " 0.4.40" , default-features = false }
96
96
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" ] }
99
99
toml = " 0.8.12"
100
- toml_edit = { version = " 0.22.11 " , features = [" serde" ] }
100
+ toml_edit = { version = " 0.22.12 " , features = [" serde" ] }
101
101
tracing = " 0.1.40" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
102
102
tracing-chrome = " 0.7.2"
103
103
tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
104
104
unicase = " 2.7.0"
105
- unicode-width = " 0.1.11 "
105
+ unicode-width = " 0.1.12 "
106
106
unicode-xid = " 0.2.4"
107
107
url = " 2.5.0"
108
108
varisat = " 0.2.2"
0 commit comments