Skip to content

Commit c1a48cd

Browse files
Update Rust crate proptest to 1.6.0 (#7680)
1 parent e2d1642 commit c1a48cd

File tree

3 files changed

+29
-14
lines changed

3 files changed

+29
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "95
574574
# as well and delete this comment.
575575
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "2652487c19ede2db2cbc634b0dee3a78848dfea1" }
576576
# NOTE: see above!
577-
proptest = "1.5.0"
577+
proptest = "1.6.0"
578578
qorb = "0.2.1"
579579
quote = "1.0"
580580
rand = "0.8.5"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
2525
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
2626
base64 = { version = "0.22.1" }
2727
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
28-
bit-set = { version = "0.5.3" }
29-
bit-vec = { version = "0.6.3" }
28+
bit-set = { version = "0.5.3", default-features = false, features = ["std"] }
29+
bit-vec = { version = "0.6.3", default-features = false, features = ["std"] }
3030
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
3131
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["serde"] }
3232
bstr = { version = "1.10.0" }
@@ -145,8 +145,8 @@ aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
145145
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
146146
base64 = { version = "0.22.1" }
147147
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
148-
bit-set = { version = "0.5.3" }
149-
bit-vec = { version = "0.6.3" }
148+
bit-set = { version = "0.5.3", default-features = false, features = ["std"] }
149+
bit-vec = { version = "0.6.3", default-features = false, features = ["std"] }
150150
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
151151
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["serde"] }
152152
bstr = { version = "1.10.0" }

0 commit comments

Comments
 (0)