Skip to content

Commit

Permalink
Update hifitime requirement from 3.9 to 4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [hifitime](https://github.com/nyx-space/hifitime) to permit the latest version.
- [Release notes](https://github.com/nyx-space/hifitime/releases)
- [Commits](nyx-space/hifitime@3.9.0...4.0.1)

---
updated-dependencies:
- dependency-name: hifitime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 8b2276c commit df2aaca
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
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
hifitime = { version = "3.9", optional = true }
hifitime = { version = "4.0", optional = true }
once_cell = { version = "1.19", optional = true }
regex = { version = "1.7", optional = true }
reqwest = { version = "0.12", optional = true }
Expand Down

0 comments on commit df2aaca

Please sign in to comment.