aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-18 09:14:02 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-18 01:50:32 -0800
commit4c40e6ce06671fa6bac12f51c337265402449fe7 (patch)
treee0944f04007f4376609219409415f379dee2ef72
parent44c9797844ca7ce8a708d5034f1259ce3fc6bd2a (diff)
downloadniri-4c40e6ce06671fa6bac12f51c337265402449fe7.tar.gz
niri-4c40e6ce06671fa6bac12f51c337265402449fe7.tar.bz2
niri-4c40e6ce06671fa6bac12f51c337265402449fe7.zip
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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0d5b4ab4..0bdf0c98 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2585,9 +2585,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",
]
diff --git a/Cargo.toml b/Cargo.toml
index 479ac2f1..f826d02a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,7 +72,7 @@ libdisplay-info = "0.2.2"
log = { version = "0.4.25", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "25.1.0", path = "niri-config" }
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"] }
pangocairo = "0.20.7"
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }