Skip to content

Commit

Permalink
chore(deps): update time requirement from >=0.3.0, <0.3.37 to >=0.3.0…
Browse files Browse the repository at this point in the history
…, <0.3.38

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent c8d65b5 commit f1345cb
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 @@ -26,7 +26,7 @@ displaydoc = { workspace = true }
prost = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
time = { version = ">=0.3.0, <0.3.37", default-features = false }
time = { version = ">=0.3.0, <0.3.38", default-features = false }

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

0 comments on commit f1345cb

Please sign in to comment.