Skip to content

Commit 0637e0b

Browse files
chore(deps): update time requirement from >=0.3.0, <0.3.38 to >=0.3.0, <0.3.40
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.39) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be82d12 commit 0637e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibc-primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ displaydoc = { workspace = true }
2727
prost = { workspace = true }
2828
schemars = { workspace = true, optional = true }
2929
serde = { workspace = true, optional = true }
30-
time = { version = ">=0.3.0, <0.3.38", default-features = false }
30+
time = { version = ">=0.3.0, <0.3.40", default-features = false }
3131

3232
# ibc dependencies
3333
ibc-proto = { workspace = true }

0 commit comments

Comments
 (0)