Upgrade all dependencies

None of these affect the distributed library.
This commit is contained in:
Trevor Gross
2024-10-05 22:24:14 -05:00
parent c5b4cac021
commit cb305df194
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ default-members = [
]
[dev-dependencies]
no-panic = "0.1.8"
no-panic = "0.1.30"
# This is needed for no-panic to correctly detect the lack of panics

View File

@@ -7,8 +7,8 @@ license = "MIT OR Apache-2.0"
[dependencies]
libm = { path = "../..", default-features = false }
rand = "0.6.5"
paste = "0.1.5"
rand = "0.8.5"
paste = "1.0.15"
[features]
default = []

View File

@@ -15,4 +15,4 @@ musl-bitwise-tests = ["rand"]
libm = { path = "../.." }
[build-dependencies]
rand = { version = "0.6.5", optional = true }
rand = { version = "0.8.5", optional = true }