Skip to content

Commit

Permalink
Bump uuid from 1.3.3 to 1.4.0 (#3461)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.3.3...1.4.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and romac committed Jul 14, 2023
1 parent 2e6b2d4 commit fa4b990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ semver = "1.0"
humantime = "2.1.0"
regex = "1.8.1"
moka = "0.11.2"
uuid = { version = "1.3.3", features = ["v4"] }
uuid = { version = "1.4.0", features = ["v4"] }
bs58 = "0.5.0"
digest = "0.10.6"
ed25519 = "1.5.2"
Expand Down

0 comments on commit fa4b990

Please sign in to comment.