mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
build(deps): bump ordered-float from 4.6.0 to 5.0.0
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Ivan Molodetskikh
parent
44c9797844
commit
4c40e6ce06
Generated
+2
-2
@@ -2585,9 +2585,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ordered-float"
|
name = "ordered-float"
|
||||||
version = "4.6.0"
|
version = "5.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
|
checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"num-traits",
|
"num-traits",
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -72,7 +72,7 @@ libdisplay-info = "0.2.2"
|
|||||||
log = { version = "0.4.25", features = ["max_level_trace", "release_max_level_debug"] }
|
log = { version = "0.4.25", features = ["max_level_trace", "release_max_level_debug"] }
|
||||||
niri-config = { version = "25.1.0", path = "niri-config" }
|
niri-config = { version = "25.1.0", path = "niri-config" }
|
||||||
niri-ipc = { version = "25.1.0", path = "niri-ipc", features = ["clap"] }
|
niri-ipc = { version = "25.1.0", path = "niri-ipc", features = ["clap"] }
|
||||||
ordered-float = "4.6.0"
|
ordered-float = "5.0.0"
|
||||||
pango = { version = "0.20.9", features = ["v1_44"] }
|
pango = { version = "0.20.9", features = ["v1_44"] }
|
||||||
pangocairo = "0.20.7"
|
pangocairo = "0.20.7"
|
||||||
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
|
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user