Skip to content

Commit 5566d16

Browse files
committed
Increment dependencies for tests and benches.
1 parent 04a9d4d commit 5566d16

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ default = ["std"]
2020
std = []
2121

2222
[dev-dependencies]
23-
lexical-core = "0.7"
24-
hexf-parse = "0.1"
23+
lexical-core = "1.0.2"
24+
hexf-parse = "0.2.1"
2525
ryu = "1.0"
26-
fastrand = "1.4"
27-
num-bigint = "0.3"
26+
fastrand = "2.1.1"
27+
num-bigint = "0.4.6"
2828

2929
[workspace]
3030
members = [".", "extras/data-tests", "extras/simple-bench"]

extras/simple-bench/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
fast-float2 = { path = "../.." }
1212
structopt = "0.3"
1313
anyhow = "1.0"
14-
lexical = "5.2"
15-
lexical-core = "0.7"
16-
fastrand = "1.4"
14+
lexical = "7.0.2"
15+
lexical-core = "1.0.2"
16+
fastrand = "2.1.1"
1717
fast-float = "0.2"

0 commit comments

Comments
 (0)