mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update Rust crate ordered-float to v5 (#7618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c40738c521
commit
d1a1a59e50
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2948,9 +2948,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ordered-float"
|
||||
version = "4.6.0"
|
||||
version = "5.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
|
||||
checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
||||
@ -127,7 +127,7 @@ obj = "0.10"
|
||||
# NOTE: once_cell/std is *required* for some commonly-used features, selecting this per crate
|
||||
once_cell = { version = "1.21.3", default-features = false }
|
||||
# Firefox has 3.4.0 vendored, so we allow that version in our dependencies
|
||||
ordered-float = { version = ">=3,<=4.6", default-features = false }
|
||||
ordered-float = { version = ">=3, <=5.0", default-features = false }
|
||||
parking_lot = "0.12.1"
|
||||
pico-args = { version = "0.5.0", features = [
|
||||
"eq-separator",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user