Skip to content

Commit

Permalink
chore(deps): update rust crate getrandom to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent e9c9c4d commit 6520dd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ quote = { version = "1", optional = true }
schemars = { version = "0.8.18", features = ["url", "uuid1"], optional = true }
serde_with = "3"
aes-gcm = { version = "0.10", optional = true }
getrandom = { version = "0.2", optional = true, features = ["std"] }
getrandom = { version = "0.3", optional = true, features = ["std"] }
serialize-to-javascript = { version = "=0.1.1", optional = true }
ctor = "0.2"
json5 = { version = "0.4", optional = true }
Expand All @@ -53,7 +53,7 @@ http = "1"
swift-rs = { version = "1", optional = true, features = ["build"] }

[dev-dependencies]
getrandom = { version = "0.2", features = ["std"] }
getrandom = { version = "0.3", features = ["std"] }
serial_test = "3"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tauri-utils = { version = "2.1.1", features = [
"resources",
], path = "../tauri-utils" }
tauri-runtime-wry = { version = "2.3.0", path = "../tauri-runtime-wry", optional = true }
getrandom = "0.2"
getrandom = "0.3"
serde_repr = "0.1"
http = "1"
dirs = "6"
Expand Down

0 comments on commit 6520dd0

Please sign in to comment.