Skip to content

Commit

Permalink
build(deps): update duration-str requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [duration-str](https://github.com/baoyachi/duration-str) to permit the latest version.
- [Release notes](https://github.com/baoyachi/duration-str/releases)
- [Commits](baoyachi/duration-str@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: duration-str
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 59bd788 commit ce1ff90
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 @@ -58,7 +58,7 @@ chrono = { version = "0.4.31", optional = true, default-features = false, featur
] }
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 }
duration-str = { version = "0.12", optional = true, default-features = false }

[dev-dependencies.tokio]
version = "1.5"
Expand Down

0 comments on commit ce1ff90

Please sign in to comment.