Skip to content

Commit

Permalink
deps: update time requirement from >=0.3.0, <0.3.32 to >=0.3.0, <0.3.…
Browse files Browse the repository at this point in the history
…35 (#1076)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent c8dcb04 commit 5963ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ displaydoc = { workspace = true }
prost = { version = "0.12", default-features = false }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
time = { version = ">=0.3.0, <0.3.32", default-features = false }
time = { version = ">=0.3.0, <0.3.35", default-features = false }

# ibc dependencies
ibc-proto = { workspace = true }
Expand Down

0 comments on commit 5963ba5

Please sign in to comment.