@@ -18,11 +18,11 @@ homepage = "https://github.com/rust-lang/cargo"
1818repository = " https://github.com/rust-lang/cargo"
1919
2020[workspace .dependencies ]
21- annotate-snippets = " 0.11.1 "
21+ annotate-snippets = " 0.11.2 "
2222anstream = " 0.6.13"
2323anstyle = " 1.0.6"
24- anyhow = " 1.0.81 "
25- base64 = " 0.22.0 "
24+ anyhow = " 1.0.82 "
25+ base64 = " 0.22.1 "
2626bytesize = " 1.3"
2727cargo = { path = " " }
2828cargo-credential = { version = " 0.4.2" , path = " credential/cargo-credential" }
@@ -36,14 +36,14 @@ cargo-util = { version = "0.2.9", path = "crates/cargo-util" }
3636cargo-util-schemas = { version = " 0.4.0" , path = " crates/cargo-util-schemas" }
3737cargo_metadata = " 0.18.1"
3838clap = " 4.5.4"
39- color-print = " 0.3.5 "
39+ color-print = " 0.3.6 "
4040core-foundation = { version = " 0.9.4" , features = [" mac_os_10_7_support" ] }
4141crates-io = { version = " 0.40.0" , path = " crates/crates-io" }
4242criterion = { version = " 0.5.1" , features = [" html_reports" ] }
4343curl = " 0.4.46"
4444curl-sys = " 0.4.72"
4545filetime = " 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" ] }
4747git2 = " 0.18.3"
4848git2-curl = " 0.19.0"
4949gix = { 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 }
5656humantime = " 2.1.0"
5757ignore = " 0.4.22"
5858im-rc = " 15.1.0"
59- indexmap = " 2"
59+ indexmap = " 2.2.6 "
6060itertools = " 0.12.1"
61- jobserver = " 0.1.28 "
61+ jobserver = " 0.1.31 "
6262lazycell = " 1.3.0"
63- libc = " 0.2.153 "
63+ libc = " 0.2.154 "
6464libgit2-sys = " 0.16.2"
6565libloading = " 0.8.3"
6666memchr = " 2.7.2"
@@ -70,39 +70,39 @@ openssl = "0.10.57"
7070openssl-sys = " =0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
7171os_info = { version = " 3.8.2" , default-features = false }
7272pasetors = { 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 "
7575pkg-config = " 0.3.30"
7676proptest = " 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" ] }
7878rand = " 0.8.5"
7979regex = " 1.10.4"
8080rusqlite = { version = " 0.31.0" , features = [" bundled" ] }
8181rustfix = { version = " 0.8.2" , path = " crates/rustfix" }
8282same-file = " 1.0.6"
8383security-framework = " 2.10.0"
8484semver = { version = " 1.0.22" , features = [" serde" ] }
85- serde = " 1.0.197 "
85+ serde = " 1.0.199 "
8686serde-untagged = " 0.1.5"
8787serde-value = " 0.7.0"
8888serde_ignored = " 0.1.10"
89- serde_json = " 1.0.115 "
89+ serde_json = " 1.0.116 "
9090sha1 = " 0.10.6"
9191sha2 = " 0.10.8"
9292shell-escape = " 0.1.5"
9393supports-hyperlinks = " 3.0.0"
9494snapbox = { version = " 0.5.9" , features = [" diff" , " path" , " term-svg" ] }
9595tar = { version = " 0.4.40" , default-features = false }
9696tempfile = " 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" ] }
9999toml = " 0.8.12"
100- toml_edit = { version = " 0.22.11 " , features = [" serde" ] }
100+ toml_edit = { version = " 0.22.12 " , features = [" serde" ] }
101101tracing = " 0.1.40" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
102102tracing-chrome = " 0.7.2"
103103tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
104104unicase = " 2.7.0"
105- unicode-width = " 0.1.11 "
105+ unicode-width = " 0.1.12 "
106106unicode-xid = " 0.2.4"
107107url = " 2.5.0"
108108varisat = " 0.2.2"
0 commit comments