Skip to content

Commit 4cd455a

Browse files
chore(deps): update time requirement from =0.3.20 to =0.3.36
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.20...v0.3.36) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcf9070 commit 4cd455a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libindy_vdr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ serde_json = "1.0"
5757
sha2 = "0.10"
5858
sha3 = "0.10"
5959
thiserror = "1.0"
60-
time = { version = "=0.3.20", features = ["parsing"] }
60+
time = { version = "=0.3.36", features = ["parsing"] }
6161
url = "2.2.2"
6262
zmq = "0.9"
6363
sled = "0.34.7"

0 commit comments

Comments
 (0)