Skip to content

Commit 69b20bf

Browse files
authored
Update Rust crate proptest to 1.7.0 (#2392)
1 parent 9a34457 commit 69b20bf

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 8 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
@@ -97,7 +97,7 @@ owo-colors = "4.2.1"
9797
pathdiff = { version = "0.2.3", features = ["camino"] }
9898
pin-project-lite = "0.2.16"
9999
pretty_assertions = "1.4.1"
100-
proptest = "1.6.0"
100+
proptest = "1.7.0"
101101
quick-junit = "0.5.1"
102102
rand = "0.9.1"
103103
recursion = "0.5.2"

workspace-hack/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@ clap_builder = { version = "4.5.39", default-features = false, features = ["colo
2424
console = { version = "0.15.11" }
2525
either = { version = "1.15.0", features = ["use_std"] }
2626
form_urlencoded = { version = "1.2.1" }
27-
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.3", default-features = false, features = ["std"] }
27+
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
2828
hashbrown = { version = "0.15.3", default-features = false, features = ["allocator-api2", "inline-more"] }
2929
indexmap = { version = "2.9.0", features = ["serde"] }
3030
log = { version = "0.4.27", default-features = false, features = ["std"] }
3131
memchr = { version = "2.7.4" }
3232
miette = { version = "7.6.0", features = ["fancy"] }
33+
ppv-lite86 = { version = "0.2.21", default-features = false, features = ["simd", "std"] }
34+
rand = { version = "0.9.1" }
35+
rand_chacha = { version = "0.9.0", default-features = false, features = ["std"] }
3336
regex-automata = { version = "0.4.9", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
3437
regex-syntax = { version = "0.8.5" }
3538
serde = { version = "1.0.219", features = ["alloc", "derive"] }
@@ -57,7 +60,6 @@ bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
5760
futures-channel = { version = "0.3.31", features = ["sink"] }
5861
futures-core = { version = "0.3.31" }
5962
futures-sink = { version = "0.3.31" }
60-
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.16", default-features = false, features = ["std"] }
6163
libc = { version = "0.2.172", features = ["extra_traits"] }
6264
miniz_oxide = { version = "0.8.8", default-features = false, features = ["with-alloc"] }
6365
mio = { version = "1.0.4", features = ["net", "os-ext"] }
@@ -75,7 +77,6 @@ bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
7577
futures-channel = { version = "0.3.31", features = ["sink"] }
7678
futures-core = { version = "0.3.31" }
7779
futures-sink = { version = "0.3.31" }
78-
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.16", default-features = false, features = ["std"] }
7980
libc = { version = "0.2.172", features = ["extra_traits"] }
8081
miniz_oxide = { version = "0.8.8", default-features = false, features = ["with-alloc"] }
8182
mio = { version = "1.0.4", features = ["net", "os-ext"] }
@@ -92,14 +93,13 @@ libc = { version = "0.2.172", features = ["extra_traits"] }
9293
futures-channel = { version = "0.3.31", features = ["sink"] }
9394
futures-core = { version = "0.3.31" }
9495
futures-sink = { version = "0.3.31" }
95-
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.16", default-features = false, features = ["std"] }
9696
percent-encoding = { version = "2.3.1" }
9797
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
9898
tokio = { version = "1.45.1", default-features = false, features = ["net"] }
9999
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Globalization", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
100100
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
101101

102102
[target.x86_64-pc-windows-msvc.build-dependencies]
103-
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.3", default-features = false, features = ["std"] }
103+
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
104104

105105
### END HAKARI SECTION

0 commit comments

Comments
 (0)