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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 0b0a6e4 commit 5e2ca9b
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 5e2ca9b

Please sign in to comment.