Skip to content

Commit

Permalink
build(deps): bump ordered-float from 2.10.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 2.10.0 to 4.2.0.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](reem/rust-ordered-float@v2.10.0...v4.2.0)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent c43d72b commit 2a0d4f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hostname = "0.3.1"
protobuf = "2.28.0"
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
ordered-float = "2.0"
ordered-float = "4.2"
warp10 = { version = "2.0.0", optional = true }
rand = { version = "0.7.3" }
time = "0.3"
Expand Down

0 comments on commit 2a0d4f4

Please sign in to comment.