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

@@ -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 = []