Skip to content

Commit

Permalink
Update time requirement from =0.3.23 to =0.3.30
Browse files Browse the repository at this point in the history
Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.23...v0.3.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 46b708d commit 5e738b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = {version = "0.4.0", default-features = false}
env_logger = {version = "0.10", default-features = false}
lazy_static = "1.3.0"
qlog = "0.9.0"
time = {version = "=0.3.23", features = ["formatting"]}
time = {version = "=0.3.30", features = ["formatting"]}

[features]
deny-warnings = []
Expand Down

0 comments on commit 5e738b3

Please sign in to comment.