Jelajahi Sumber

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 tahun lalu
induk
melakukan
f53d184b37
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tauri-api/Cargo.toml

+ 1 - 1
tauri-api/Cargo.toml

@@ -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"