Upgrade all dependencies
None of these affect the distributed library.
This commit is contained in:
parent
c5b4cac021
commit
cb305df194
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = []
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue