nanorand: 0.7 -> 0.8

This commit is contained in:
Philippe Loctaux 2025-07-04 14:21:38 +02:00
parent 7b1e8f8d16
commit e1753ae840
2 changed files with 3 additions and 3 deletions

View file

@ -1415,9 +1415,9 @@ dependencies = [
[[package]]
name = "nanorand"
version = "0.7.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
checksum = "6e3d189da485332e96ba8a5ef646a311871abd7915bf06ac848a9117f19cf6e4"
[[package]]
name = "next_tuple"

View file

@ -8,7 +8,7 @@ rocket = "0.5"
leptos = { version = "0.8", features = ["ssr"] }
jiff = "0.2"
rocket_async_compression = "0.6"
nanorand = { version = "0.7", features = ["chacha"] }
nanorand = { version = "0.8", features = ["chacha"] }
tailwind_fuse = { version = "0.3", features = ["variant"] }
[build-dependencies]