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
The problem is that with them, we don't notice anymore if the crate changes,
because a dependency changes. That also means that older versions of the dependency
may stay even though some other crates might pick up a newer version.
Ultimately, this will lead to drift and subtle incompatibilities.
We declare this breaking to enforce a proper re-release.
futures-lite = { version = "2.1.0", optional = true }
181
181
182
182
# for 'tracing'
183
183
tracing-forest = { version = "0.1.5", features = ["serde"], optional = true }
@@ -303,13 +303,6 @@ members = [
303
303
]
304
304
305
305
[workspace.dependencies]
306
-
prodash = { version = "29.0.0", default-features = false }
307
-
futures-lite = { version = "2.1.0", default-features = false, features = ["std"] }
308
-
faster-hex = { version = "0.9.0", default-features = false }
309
-
reqwest = { version = "0.12.0", default-features = false, features = ["charset", "http2", "macos-system-configuration"] } # all but the 'default-tls' feature
310
-
curl = { version = "0.4" }
311
-
winnow = { version = "0.6.0", features = ["simd"] }
0 commit comments