mirror of https://github.com/tauri-apps/tauri
chore(deps) Update Rust crate proptest to 0.9.6 (#568)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
342da74f78
commit
c53fda9a5b
|
@ -30,7 +30,7 @@ tauri-api = { version = "0.5", path = "../tauri-api" }
|
|||
tauri_includedir_codegen = "0.5.2"
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "0.9.5"
|
||||
proptest = "0.9.6"
|
||||
serde_json = "1.0"
|
||||
tauri = {path = ".", features = [ "all-api", "edge" ]}
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
|
|
Loading…
Reference in New Issue