Ver Fonte

chore(deps) Update Rust crate regex to 1.5.6 (#4206)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] há 3 anos atrás
pai
commit
cb807e1f5a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      core/tauri-codegen/Cargo.toml

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

@@ -23,7 +23,7 @@ tauri-utils = { version = "1.0.0-rc.7", path = "../tauri-utils", features = [ "b
 thiserror = "1"
 walkdir = "2"
 brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
-regex = { version = "1.5.5", optional = true }
+regex = { version = "1.5.6", optional = true }
 uuid = { version = "1", features = [ "v4" ] }
 
 [target."cfg(windows)".dependencies]