Skip to content

Commit 8d317e3

Browse files
Update ordered-float requirement from 3.0.0 to 4.1.0 (#199)
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float) to permit the latest version. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](reem/rust-ordered-float@v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0fdcb0 commit 8d317e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ wasm-bindgen = ["uuid/js"]
1212

1313
[dependencies]
1414
byteorder = "1"
15-
ordered-float = "3.0.0"
15+
ordered-float = "4.1.0"
1616
uuid = "1"
1717
chrono = "0.4.26"
1818
num_enum = "0.7.0"

0 commit comments

Comments
 (0)