chore(deps) Update Rust crate once_cell to 1.5.2 (#1082)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-12-04 23:46:20 -03:00 committed by GitHub
parent 48d33a4444
commit f53d184b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ http = "0.2"
tauri-utils = { version = "0.5", path = "../tauri-utils" }
clap = { git = "https://github.com/clap-rs/clap", rev = "1a276f8", version = "3.0.0-beta.1", optional = true }
notify-rust = { version = "4.0.0", optional = true }
once_cell = "1.4.1"
once_cell = "1.5.2"
[dev-dependencies]
quickcheck = "0.9.2"