@@ -19,10 +19,10 @@ repository = "https://github.com/rust-lang/cargo"
1919
2020[workspace .dependencies ]
2121annotate-snippets = " 0.10.1"
22- anstream = " 0.6.5 "
23- anstyle = " 1.0.4 "
22+ anstream = " 0.6.11 "
23+ anstyle = " 1.0.5 "
2424anyhow = " 1.0.79"
25- base64 = " 0.21.5 "
25+ base64 = " 0.21.7 "
2626bytesize = " 1.3"
2727cargo = { path = " " }
2828cargo-credential = { version = " 0.4.2" , path = " credential/cargo-credential" }
@@ -35,7 +35,7 @@ cargo-test-support = { path = "crates/cargo-test-support" }
3535cargo-util = { version = " 0.2.6" , path = " crates/cargo-util" }
3636cargo-util-schemas = { version = " 0.2.0" , path = " crates/cargo-util-schemas" }
3737cargo_metadata = " 0.18.1"
38- clap = " 4.4.12 "
38+ clap = " 4.4.18 "
3939color-print = " 0.3.5"
4040core-foundation = { version = " 0.9.4" , features = [" mac_os_10_7_support" ] }
4141crates-io = { version = " 0.40.0" , path = " crates/crates-io" }
@@ -49,19 +49,19 @@ git2-curl = "0.19.0"
4949gix = { version = " 0.57.1" , default-features = false , features = [" blocking-http-transport-curl" , " progress-tree" , " revision" ] }
5050gix-features-for-configuration-only = { version = " 0.37.1" , package = " gix-features" , features = [ " parallel" ] }
5151glob = " 0.3.1"
52- handlebars = { version = " 5.0.0 " , features = [" dir_source" ] }
52+ handlebars = { version = " 5.1.1 " , features = [" dir_source" ] }
5353hex = " 0.4.3"
5454hmac = " 0.12.1"
5555home = " 0.5.9"
5656http-auth = { version = " 0.1.9" , default-features = false }
5757humantime = " 2.1.0"
58- ignore = " 0.4.21 "
58+ ignore = " 0.4.22 "
5959im-rc = " 15.1.0"
6060indexmap = " 2"
61- itertools = " 0.12.0 "
61+ itertools = " 0.12.1 "
6262jobserver = " 0.1.27"
6363lazycell = " 1.3.0"
64- libc = " 0.2.151 "
64+ libc = " 0.2.153 "
6565libgit2-sys = " 0.16.1"
6666libloading = " 0.8.1"
6767memchr = " 2.7.1"
@@ -72,33 +72,33 @@ os_info = "3.7.0"
7272pasetors = { version = " 0.6.8" , features = [" v3" , " paserk" , " std" , " serde" ] }
7373pathdiff = " 0.2"
7474percent-encoding = " 2.3"
75- pkg-config = " 0.3.28 "
75+ pkg-config = " 0.3.29 "
7676proptest = " 1.4.0"
77- pulldown-cmark = { version = " 0.9.3 " , default-features = false }
77+ pulldown-cmark = { version = " 0.9.6 " , default-features = false }
7878rand = " 0.8.5"
79- regex = " 1.10.2 "
79+ regex = " 1.10.3 "
8080rusqlite = { version = " 0.30.0" , features = [" bundled" ] }
8181rustfix = { version = " 0.8.0" , path = " crates/rustfix" }
8282same-file = " 1.0.6"
8383security-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 "
8787serde-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 "
9090sha1 = " 0.10.6"
9191sha2 = " 0.10.8"
9292shell-escape = " 0.1.5"
9393supports-hyperlinks = " 2.1.0"
94- snapbox = { version = " 0.4.15 " , features = [" diff" , " path" ] }
94+ snapbox = { version = " 0.4.16 " , features = [" diff" , " path" ] }
9595tar = { version = " 0.4.40" , default-features = false }
9696tempfile = " 3.9.0"
9797thiserror = " 1.0.56"
9898time = { version = " 0.3" , features = [" parsing" , " formatting" , " serde" ] }
9999toml = " 0.8.9"
100100toml_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
102102tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
103103unicase = " 2.7.0"
104104unicode-width = " 0.1.11"
0 commit comments