nanorand: 0.7 -> 0.8
This commit is contained in:
parent
7b1e8f8d16
commit
e1753ae840
2 changed files with 3 additions and 3 deletions
4
crates/plcom/Cargo.lock
generated
4
crates/plcom/Cargo.lock
generated
|
|
@ -1415,9 +1415,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nanorand"
|
name = "nanorand"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
checksum = "6e3d189da485332e96ba8a5ef646a311871abd7915bf06ac848a9117f19cf6e4"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "next_tuple"
|
name = "next_tuple"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ rocket = "0.5"
|
||||||
leptos = { version = "0.8", features = ["ssr"] }
|
leptos = { version = "0.8", features = ["ssr"] }
|
||||||
jiff = "0.2"
|
jiff = "0.2"
|
||||||
rocket_async_compression = "0.6"
|
rocket_async_compression = "0.6"
|
||||||
nanorand = { version = "0.7", features = ["chacha"] }
|
nanorand = { version = "0.8", features = ["chacha"] }
|
||||||
tailwind_fuse = { version = "0.3", features = ["variant"] }
|
tailwind_fuse = { version = "0.3", features = ["variant"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue