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
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"] }
0 commit comments