Skip to content

Commit a73b3b8

Browse files
authored
Merge branch 'main' into no-proptest-handle-panics
2 parents d3c5df6 + a6c32cd commit a73b3b8

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ proptest = ["dep:proptest"]
185185
arrayvec = "0.7"
186186

187187
# Used to interface hwloc's C flags
188-
bitflags = "2.8"
188+
bitflags = "2.9"
189189

190190
# Used to simplify the implementation of newtypes
191191
derive_more = { version = "2.0", default-features = false, features = ["as_ref", "display", "from", "into", "into_iterator", "not"] }
@@ -220,7 +220,7 @@ windows-sys.workspace = true
220220
eyre = "0.6"
221221

222222
# Used to ease debugging of string tests
223-
similar-asserts = "1.6"
223+
similar-asserts = "1.7"
224224

225225
# Used for random testing
226226
proptest.workspace = true

hwlocality-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ libc.workspace = true
4141
pkg-config = "0.3.8"
4242

4343
# Used for vendored builds on all OSes
44-
flate2 = { version = "1.0", optional = true }
44+
flate2 = { version = "1.1", optional = true }
4545
sha3 = { version = "0.10.8", optional = true }
4646
tar = { version = "0.4", optional = true }
4747
ureq = { version = "3.0", optional = true }

0 commit comments

Comments
 (0)