Skip to content

Commit 8f5285c

Browse files
dependabot[bot]tremor-bot
authored andcommitted
Bump float-cmp from 0.9.0 to 0.10.0
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] <support@github.com>
1 parent 69798d5 commit 8f5285c

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
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.

tremor-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matches = "0.1.10"
1717
[dev-dependencies]
1818
temp-dir = "0.1"
1919
criterion = "0.5"
20-
float-cmp = "0.9"
20+
float-cmp = "0.10"
2121
matches = "0.1"
2222
pretty_assertions = "1.4"
2323

tremor-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ chrono-tz = "0.9"
6666

6767
[dev-dependencies]
6868
criterion = "0.5"
69-
float-cmp = "0.9"
69+
float-cmp = "0.10"
7070
pretty_assertions = "1"
7171
proptest = "1"
7272
tempfile = "3"

tremor-value/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ value-trait = { version = "0.8", features = ["custom-types"] }
2222
tremor-common = { version = "0.13.0-rc.33", path = "../tremor-common" }
2323

2424
[dev-dependencies]
25-
float-cmp = "0.9"
25+
float-cmp = "0.10"
2626
getopts = "0.2"
2727
proptest = "1.5"
2828
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)