From 4c40e6ce06671fa6bac12f51c337265402449fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:14:02 +0000 Subject: 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 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"] } -- cgit