Skip to content

Commit

Permalink
chore(deps): bump time from 0.3.17 to 0.3.26
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.17 to 0.3.26.
- [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.17...v0.3.26)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent d2aa9e8 commit e218e53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mocks = ["tendermint-testgen", "clock", "std"]
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
ibc-proto = { version = "0.28.0", default-features = false }
ics23 = { version = "=0.9.0", default-features = false, features = ["host-functions"] }
time = { version = ">=0.3.0, <0.3.21", default-features = false }
time = { version = ">=0.3.0, <0.3.27", default-features = false }
serde_derive = { version = "1.0.104", default-features = false }
serde = { version = "1.0", default-features = false }
serde_json = { version = "1", default-features = false }
Expand Down

0 comments on commit e218e53

Please sign in to comment.