mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:17:02 +00:00
chore(deps): update rust crate getrandom to 0.4
This commit is contained in:
parent
7be58a1c64
commit
ea07bcdc2f
@ -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" }
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user