Skip to content

Commit 8ea06c8

Browse files
committed
Bump arbitrary and derive-arbitrary
1 parent c6fad55 commit 8ea06c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cfg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ oorandom = "11.1.3"
2323
# We depend on both individually instead of using `features = ["derive"]` to microoptimize the
2424
# build graph: if the feature was enabled, syn would be built early on in the graph if `smolstr`
2525
# supports `arbitrary`. This way, we avoid feature unification.
26-
arbitrary = "1.3.0"
27-
derive_arbitrary = "1.3.1"
26+
arbitrary = "1.3.2"
27+
derive_arbitrary = "1.3.2"
2828

2929
# local deps
3030
mbe.workspace = true

0 commit comments

Comments
 (0)