chore(deps): update rust crate nanorand to 0.8.0
All checks were successful
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc

This commit is contained in:
Renovate 2025-06-08 05:46:24 +00:00
parent 5042058390
commit bdc563a33f
Signed by: renovate-bot
GPG key ID: 0E059908592C1674
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -2184,7 +2184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"windows-targets 0.48.5", "windows-targets 0.52.6",
] ]
[[package]] [[package]]
@ -2369,9 +2369,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 = "native-tls" name = "native-tls"
@ -4583,7 +4583,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [ dependencies = [
"windows-sys 0.48.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]

View file

@ -35,7 +35,7 @@ interprocess = "2.1.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
luajit2-sys = { path = "lib/luajit2-sys" } luajit2-sys = { path = "lib/luajit2-sys" }
minijinja = { version = "2.0.1", default-features = false, features = ["serde"] } minijinja = { version = "2.0.1", default-features = false, features = ["serde"] }
nanorand = "0.7.0" nanorand = "0.8.0"
nexusmods = { path = "lib/nexusmods" } nexusmods = { path = "lib/nexusmods" }
notify = "8.0.0" notify = "8.0.0"
oodle = { path = "lib/oodle" } oodle = { path = "lib/oodle" }