Skip to content

Commit 2403dc3

Browse files
Update time requirement from >=0.3.0, <0.3.22 to >=0.3.0, <0.3.23 (#714)
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.22) --- 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>
1 parent c82e8cc commit 2403dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ibc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mocks-no-std = ["cfg-if"]
5151
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
5252
ibc-proto = { version = "0.30.0", default-features = false }
5353
ics23 = { version = "0.9.0", default-features = false, features = ["host-functions"] }
54-
time = { version = ">=0.3.0, <0.3.22", default-features = false }
54+
time = { version = ">=0.3.0, <0.3.23", default-features = false }
5555
serde_derive = { version = "1.0.104", default-features = false, optional = true }
5656
serde = { version = "1.0", default-features = false, optional = true }
5757
serde_json = { version = "1", default-features = false, optional = true }

0 commit comments

Comments
 (0)