You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
curl = "0.4.44"
44
-
curl-sys = "0.4.71"
43
+
curl = "0.4.46"
44
+
curl-sys = "0.4.72"
45
45
filetime = "0.2.23"
46
46
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
47
47
git2 = "0.18.2"
@@ -67,12 +67,12 @@ libloading = "0.8.1"
67
67
memchr = "2.7.1"
68
68
miow = "0.6.0"
69
69
opener = "0.6.1"
70
-
openssl = "0.10.63"
70
+
openssl = "0.10.64"
71
71
os_info = "3.7.0"
72
72
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
73
73
pathdiff = "0.2"
74
74
percent-encoding = "2.3"
75
-
pkg-config = "0.3.29"
75
+
pkg-config = "0.3.30"
76
76
proptest = "1.4.0"
77
77
pulldown-cmark = { version = "0.9.3", default-features = false }
78
78
rand = "0.8.5"
@@ -81,23 +81,23 @@ 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.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"
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.113"
89
+
serde_json = "1.0.114"
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
-
snapbox = { version = "0.5.6", features = ["diff", "path", "term-svg"] }
94
+
snapbox = { version = "0.5.7", features = ["diff", "path", "term-svg"] }
95
95
tar = { 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"
98
98
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
99
99
toml = "0.8.10"
100
-
toml_edit = { version = "0.22.4", features = ["serde"] }
100
+
toml_edit = { version = "0.22.6", 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-subscriber = { version = "0.3.18", features = ["env-filter"] }
0 commit comments