Skip to content

Commit

Permalink
chore(deps): update time requirement from =0.3.20 to =0.3.36
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jun 7, 2024
1 parent 16b467d commit 0d8df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libindy_vdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ serde_json = "1.0"
sha2 = "0.10"
sha3 = "0.10"
thiserror = "1.0"
time = { version = "=0.3.20", features = ["parsing"] }
time = { version = "=0.3.36", features = ["parsing"] }
url = "2.2.2"
zmq = "0.9"
sled = "0.34.7"
Expand Down

0 comments on commit 0d8df6e

Please sign in to comment.