Skip to content

Commit 10da703

Browse files
chore(deps) Update Tauri Codegen (1.x) (#7576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Nogueira <[email protected]>
1 parent cfe6fa6 commit 10da703

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/test-core.yml

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
cargo update -p memchr --precise 2.6.2
111111
cargo update -p async-executor --precise 1.5.1
112112
cargo update -p proptest --precise 1.2.0
113+
cargo update -p regex --precise 1.9.6
114+
cargo update -p bstr --precise 1.6.2
115+
cargo update -p backtrace --precise 0.3.68
113116
114117
- name: test
115118
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}

core/tauri-codegen/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ tauri-utils = { version = "1.5.0", path = "../tauri-utils", features = [ "build"
2323
thiserror = "1"
2424
walkdir = "2"
2525
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
26-
regex = { version = "1.7.1", optional = true }
26+
regex = { version = "1", optional = true }
2727
uuid = { version = "1", features = [ "v4" ] }
2828
semver = "1"
2929
ico = "0.3"
3030
png = "0.17"
31-
json-patch = "1.0"
31+
json-patch = "1.2"
3232

3333
[target."cfg(target_os = \"macos\")".dependencies]
3434
plist = "1"

core/tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ raw-window-handle = "0.5"
7777
minisign-verify = { version = "0.2", optional = true }
7878
time = { version = "0.3", features = [ "parsing", "formatting" ], optional = true }
7979
os_info = { version = "3", optional = true }
80-
regex = { version = "1.6.0", optional = true }
80+
regex = { version = "1", optional = true }
8181
glob = "0.3"
8282
data-url = { version = "0.2", optional = true }
8383
serialize-to-javascript = "=0.1.1"

0 commit comments

Comments
 (0)