Skip to content

Commit

Permalink
chore(deps): Bump ordered-float from 3.9.1 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 3.9.1 to 4.1.0.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](reem/rust-ordered-float@v3.9.1...v4.1.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 Sep 27, 2023
1 parent 9386536 commit dbb1093
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion 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 src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ num-iter = { version = "0.1", default-features = false, features = ["i128", "std
num-traits = { version = "0.2", features = ["i128", "libm"] }
opentelemetry_api = { version = "0.20", features = ["logs", "metrics"] }
opentelemetry_sdk = { version = "0.20", features = ["logs", "metrics"] }
ordered-float = { version = "3" }
ordered-float = { version = "4" }
parking_lot = { version = "0.12", features = ["arc_lock", "deadlock_detection"] }
parking_lot_core = { version = "0.9", default-features = false, features = ["deadlock_detection"] }
petgraph = { version = "0.6" }
Expand Down

0 comments on commit dbb1093

Please sign in to comment.