Skip to content

Commit d96fbed

Browse files
chore(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](reem/rust-ordered-float@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] <[email protected]>
1 parent b7bb06e commit d96fbed

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
nom ={ version = "7.1.3" }
2121
humantime-serde = { version = "1.1.1" }
2222
itertools = { version = "0.14.0" }
23-
ordered-float = { version = "4.6.0" }
23+
ordered-float = { version = "5.0.0" }
2424
humantime = { version = "2.1.0" }
2525
chrono = { version = "0.4.39", features = ["serde"] }
2626
pretty_assertions = "1.4.1"
@@ -53,7 +53,7 @@ opentelemetry-prometheus = "0.27.0"
5353
opentelemetry-proto = { workspace = true }
5454
opentelemetry-semantic-conventions = { version = "0.28.0" }
5555
opentelemetry_sdk = { version = "0.27.1", features = ["metrics"] }
56-
ordered-float = { version = "4.6.0" }
56+
ordered-float = { version = "5.0.0" }
5757
prometheus = "0.13.4"
5858
prost = { version = "0.13.5" }
5959
regex = "1.11.1"

0 commit comments

Comments
 (0)