Skip to content

Commit

Permalink
Bump uuid from 1.3.3 to 1.4.0
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>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent 904429c commit 803f78c
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 803f78c

Please sign in to comment.