chore(deps): update rust crate getrandom to 0.4

This commit is contained in:
renovate[bot] 2026-02-05 10:01:55 +00:00 committed by GitHub
parent 7be58a1c64
commit ea07bcdc2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ quote = { version = "1", optional = true }
schemars = { version = "0.8.21", features = ["url", "uuid1"], optional = true }
serde_with = "3"
aes-gcm = { version = "0.10", optional = true }
getrandom = { version = "0.3", optional = true, features = ["std"] }
getrandom = { version = "0.4", optional = true, features = ["std"] }
serialize-to-javascript = { version = "0.1.2", optional = true }
ctor = "0.2"
json5 = { version = "0.4", optional = true }
@ -55,7 +55,7 @@ http = "1"
swift-rs = { version = "1", optional = true, features = ["build"] }
[dev-dependencies]
getrandom = { version = "0.3", features = ["std"] }
getrandom = { version = "0.4", features = ["std"] }
serial_test = "3"
tauri = { path = "../tauri" }

View File

@ -61,7 +61,7 @@ tauri-utils = { version = "2.8.2", features = [
"resources",
], path = "../tauri-utils" }
tauri-runtime-wry = { version = "2.10.0", path = "../tauri-runtime-wry", default-features = false, optional = true }
getrandom = "0.3"
getrandom = "0.4"
serde_repr = "0.1"
http = "1"
dirs = "6"