Browse Source

chore(deps) Update Rust crate once_cell to 1.10 (#3651)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 years ago
parent
commit
66c52f0ac8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/tauri-utils/Cargo.toml

+ 1 - 1
core/tauri-utils/Cargo.toml

@@ -26,7 +26,7 @@ schemars = { version = "0.8", features = [ "url" ], optional = true }
 serde_with = "1.12"
 aes-gcm = { version = "0.9", optional = true }
 ring = { version = "0.16", optional = true, features = [ "std" ] }
-once_cell = { version = "1.9", optional = true }
+once_cell = { version = "1.10", optional = true }
 serialize-to-javascript = "=0.1.1"
 ctor = "0.1"
 json5 = { version = "0.4", optional = true }