@@ -18,10 +18,10 @@ homepage = "https://github.com/rust-lang/cargo"
1818repository = " https://github.com/rust-lang/cargo"
1919
2020[workspace .dependencies ]
21- annotate-snippets = " 0.10.1 "
22- anstream = " 0.6.11 "
21+ annotate-snippets = " 0.10.2 "
22+ anstream = " 0.6.13 "
2323anstyle = " 1.0.6"
24- anyhow = " 1.0.79 "
24+ anyhow = " 1.0.80 "
2525base64 = " 0.21.7"
2626bytesize = " 1.3"
2727cargo = { path = " " }
@@ -40,8 +40,8 @@ color-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" }
4242criterion = { version = " 0.5.1" , features = [" html_reports" ] }
43- curl = " 0.4.44 "
44- curl-sys = " 0.4.71 "
43+ curl = " 0.4.46 "
44+ curl-sys = " 0.4.72+curl-8 "
4545filetime = " 0.2.23"
4646flate2 = { version = " 1.0.28" , default-features = false , features = [" zlib" ] }
4747git2 = " 0.18.2"
@@ -67,12 +67,12 @@ libloading = "0.8.1"
6767memchr = " 2.7.1"
6868miow = " 0.6.0"
6969opener = " 0.6.1"
70- openssl = " 0.10.63 "
70+ openssl = " 0.10.64 "
7171os_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.29 "
75+ pkg-config = " 0.3.30 "
7676proptest = " 1.4.0"
7777pulldown-cmark = { version = " 0.9.3" , default-features = false }
7878rand = " 0.8.5"
@@ -81,23 +81,23 @@ rusqlite = { version = "0.30.0", features = ["bundled"] }
8181rustfix = { version = " 0.8.2" , path = " crates/rustfix" }
8282same-file = " 1.0.6"
8383security-framework = " 2.9.2"
84- semver = { version = " 1.0.21 " , features = [" serde" ] }
85- serde = " 1.0.196 "
84+ semver = { version = " 1.0.22 " , features = [" serde" ] }
85+ serde = " 1.0.197 "
8686serde-untagged = " 0.1.5"
8787serde-value = " 0.7.0"
8888serde_ignored = " 0.1.10"
89- serde_json = " 1.0.113 "
89+ serde_json = " 1.0.114 "
9090sha1 = " 0.10.6"
9191sha2 = " 0.10.8"
9292shell-escape = " 0.1.5"
9393supports-hyperlinks = " 2.1.0"
94- snapbox = { version = " 0.5.6 " , features = [" diff" , " path" , " term-svg" ] }
94+ snapbox = { version = " 0.5.7 " , features = [" diff" , " path" , " term-svg" ] }
9595tar = { version = " 0.4.40" , default-features = false }
96- tempfile = " 3.9.0 "
97- thiserror = " 1.0.56 "
96+ tempfile = " 3.10.1 "
97+ thiserror = " 1.0.57 "
9898time = { version = " 0.3" , features = [" parsing" , " formatting" , " serde" ] }
9999toml = " 0.8.10"
100- toml_edit = { version = " 0.22.4 " , features = [" serde" ] }
100+ toml_edit = { version = " 0.22.6 " , 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-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
103103unicase = " 2.7.0"
0 commit comments