Skip to content

Commit

Permalink
Upgrade chrono (#741)
Browse files Browse the repository at this point in the history
* Upgrade chrono and chrono-tz

* Remove chrono-tz update

* Update MSRV in GitHub actions
  • Loading branch information
atezet committed Aug 8, 2022
1 parent 76824f6 commit 987d649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
rust: 1.46.0
rust: 1.56.0
- build: stable
os: ubuntu-18.04
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -31,7 +31,7 @@ percent-encoding = {version = "2.1", optional = true}
# used in filesizeformat filter
humansize = {version = "1", optional = true}
# used in date format filter
chrono = {version = "0.4.1", optional = true, default-features = false, features = ["std", "clock"]}
chrono = {version = "0.4.20", optional = true, default-features = false, features = ["std", "clock"]}
chrono-tz = {version = "0.6", optional = true}
# used in get_random function
rand = {version = "0.8", optional = true}
Expand Down

0 comments on commit 987d649

Please sign in to comment.