Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2022
1 parent 9f2a551 commit a4a1fc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ humantime = "2.1.0"
nanoid = "0.4.0"
regex = "1.5.5"
moka = "0.8.3"
uuid = { version = "1.0.0", features = ["v4"] }
uuid = { version = "1.1.0", features = ["v4"] }

[dependencies.num-bigint]
version = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ opentelemetry = "0.17.0"
opentelemetry-prometheus = "0.10.0"
prometheus = "0.13.0"
rouille = "3.5.0"
uuid = { version = "1.0.0", features = ["v4"] }
uuid = { version = "1.1.0", features = ["v4"] }
moka = "0.8.2"

0 comments on commit a4a1fc5

Please sign in to comment.