Skip to content

Commit

Permalink
Bump float-cmp from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [float-cmp](https://github.com/mikedilger/float-cmp) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/mikedilger/float-cmp/commits)

---
updated-dependencies:
- dependency-name: float-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tremor-bot committed Oct 28, 2024
1 parent 69798d5 commit 8f5285c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 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 tremor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matches = "0.1.10"
[dev-dependencies]
temp-dir = "0.1"
criterion = "0.5"
float-cmp = "0.9"
float-cmp = "0.10"
matches = "0.1"
pretty_assertions = "1.4"

Expand Down
2 changes: 1 addition & 1 deletion tremor-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ chrono-tz = "0.9"

[dev-dependencies]
criterion = "0.5"
float-cmp = "0.9"
float-cmp = "0.10"
pretty_assertions = "1"
proptest = "1"
tempfile = "3"
Expand Down
2 changes: 1 addition & 1 deletion tremor-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ value-trait = { version = "0.8", features = ["custom-types"] }
tremor-common = { version = "0.13.0-rc.33", path = "../tremor-common" }

[dev-dependencies]
float-cmp = "0.9"
float-cmp = "0.10"
getopts = "0.2"
proptest = "1.5"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 8f5285c

Please sign in to comment.