Skip to content

Commit

Permalink
Merge pull request #111 from baoyachi/dependabot/cargo/tzdb-0.4.0
Browse files Browse the repository at this point in the history
Update tzdb requirement from 0.3.4 to 0.4.0
  • Loading branch information
baoyachi authored Aug 8, 2022
2 parents 68547d8 + e397769 commit 97763c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all-features = true
is_debug = "1.0.1"
const_format = "0.2.22"
time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"] }
tzdb = { version = "0.3.4", default-features = false, features = ["local", "std"] }
tzdb = { version = "0.4.0", default-features = false, features = ["local", "std"] }

#! Optional Dependencies:

Expand Down

0 comments on commit 97763c4

Please sign in to comment.