Skip to content

Commit

Permalink
Merge pull request #190 from matrix-org/dependabot/cargo/chrono-tz-gt…
Browse files Browse the repository at this point in the history
…e-0.6-and-lt-0.11.0

build(deps): update chrono-tz requirement from >=0.6, <0.10.0 to >=0.6, <0.11.0
  • Loading branch information
sandhose authored Nov 12, 2024
2 parents ece3d4a + 45832a6 commit a23ad30
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 @@ -56,7 +56,7 @@ chrono = { version = "0.4.31", optional = true, default-features = false, featur
"std",
"clock",
] }
chrono-tz = { version = ">=0.6, <0.10.0", optional = true }
chrono-tz = { version = ">=0.6, <0.11.0", optional = true }
chronoutil = { version = "0.2", optional = true }
duration-str = { version = "0.11", optional = true, default-features = false }

Expand Down

0 comments on commit a23ad30

Please sign in to comment.