Skip to content

Commit 3d16461

Browse files
authored
fix(core): pin time to 0.3.15 (tauri-apps#6312)
1 parent 8661e4a commit 3d16461

File tree

5 files changed

+28
-23
lines changed

5 files changed

+28
-23
lines changed

.changes/pin-time.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": patch
3+
"tauri-codegen": patch
4+
---
5+
6+
Pin `time` to `0.3.15`.

core/tauri-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ json-patch = "0.3"
3232

3333
[target."cfg(target_os = \"macos\")".dependencies]
3434
plist = "1"
35-
time = { version = "0.3", features = [ "parsing", "formatting" ] }
35+
time = { version = "=0.3.15", features = [ "parsing", "formatting" ] }
3636

3737
[features]
3838
default = [ "compression" ]

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ shared_child = { version = "1.0", optional = true }
7575
os_pipe = { version = "1.0", optional = true }
7676
raw-window-handle = "0.5"
7777
minisign-verify = { version = "0.2", optional = true }
78-
time = { version = "0.3", features = [ "parsing", "formatting" ], optional = true }
78+
time = { version = "=0.3.15", features = [ "parsing", "formatting" ], optional = true }
7979
os_info = { version = "=3.5.0", optional = true }
8080
regex = { version = "1.6.0", optional = true }
8181
glob = "0.3"

core/tests/app-updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serde = { version = "1", features = ["derive"] }
1111
serde_json = "1"
1212
tiny_http = "0.11"
1313
tauri = { path = "../../tauri", features = ["updater"] }
14-
time = { version = "0.3", features = ["formatting"] }
14+
time = { version = "=0.3.15", features = ["formatting"] }
1515

1616
[features]
1717
default = ["custom-protocol"]

examples/api/src-tauri/Cargo.lock

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)