Skip to content

Commit

Permalink
Fix time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 25, 2024
1 parent 2066ef6 commit 6f674ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion minijinja-contrib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ timezone = ["time-tz"]
[dependencies]
minijinja = { version = "2.0.1", path = "../minijinja", default-features = false }
serde = "1.0.164"
time = { version = "0.3.25", optional = true, features = ["serde", "formatting", "parsing"] }
time = { version = "0.3.35", optional = true, features = ["serde", "formatting", "parsing"] }
time-tz = { version = "1.0.3", features = ["db"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 6f674ee

Please sign in to comment.