Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit f64c3b3

Browse files
committed
Upgrade all dependencies
None of these affect the distributed library.
1 parent cd28486 commit f64c3b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ default-members = [
3434
]
3535

3636
[dev-dependencies]
37-
no-panic = "0.1.8"
37+
no-panic = "0.1.30"
3838

3939

4040
# This is needed for no-panic to correctly detect the lack of panics

crates/libm-bench/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ license = "MIT OR Apache-2.0"
77

88
[dependencies]
99
libm = { path = "../..", default-features = false }
10-
rand = "0.6.5"
11-
paste = "0.1.5"
10+
rand = "0.8.5"
11+
paste = "1.0.15"
1212

1313
[features]
1414
default = []

crates/libm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ musl-bitwise-tests = ["rand"]
1515
libm = { path = "../.." }
1616

1717
[build-dependencies]
18-
rand = { version = "0.6.5", optional = true }
18+
rand = { version = "0.8.5", optional = true }

0 commit comments

Comments
 (0)