Remove uuid dep

pull/2613/head
Tony 3 months ago
parent 953dfaa463
commit 772828347c
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

1
Cargo.lock generated

@ -6675,7 +6675,6 @@ dependencies = [
"thiserror 2.0.9",
"toml",
"url",
"uuid",
]
[[package]]

@ -35,7 +35,6 @@ tauri = { workspace = true }
thiserror = { workspace = true }
url = { workspace = true }
anyhow = "1"
uuid = { version = "1", features = ["v4"] }
glob = { workspace = true }
# TODO: Remove `serialization-compat-6` in v3
notify = { version = "8", optional = true, features = [

Loading…
Cancel
Save