Skip to content

Commit 44594d6

Browse files
Revert "fix(deps): pin time to <0.3.52" (#15631)
* Revert "fix(deps): pin time to `<0.3.52` (#15616)" This reverts commit 0299da0. * Add new change file
1 parent ca90b46 commit 44594d6

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.changes/revert-time-pin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri: patch:deps
3+
---
4+
5+
Unpin `time` as a new fixed version `0.3.53` has been published

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tauri/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ specta = { version = "^2.0.0-rc.16", optional = true, default-features = false,
8585
# WARNING: cookie::Cookie is re-exported so bumping this is a breaking change, documented to be done as a minor bump
8686
cookie = "0.18"
8787

88-
# Pinning `time` used by `cookie` here to avoid a compilation error, see
89-
# - https://github.com/tauri-apps/tauri/issues/15615
90-
# - https://github.com/rwf2/cookie-rs/issues/255
91-
time = ">=0.3, <0.3.52"
92-
9388
# desktop
9489
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "windows", target_os = "macos"))'.dependencies]
9590
muda = { version = "0.19", default-features = false, features = [

0 commit comments

Comments
 (0)