Skip to content

Commit

Permalink
Bump uuid from 1.6.1 to 1.7.0 (#756)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.6.1...1.7.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 Jan 24, 2024
1 parent 6740bb5 commit 31b7c38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ trillium-testing = { version = "0.5.2", optional = true }
trillium-tokio = "0.3.4"
typenum = "1.17.0"
url = "2.5.0"
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "serde"] }
validator = { version = "0.16.1", features = ["derive"] }
trillium-opentelemetry = { version = "0.5.3", default-features = false, features = ["metrics"] }
opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio", "logs", "metrics"] }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1.0.56"
trillium-client = { version = "0.5.1", features = ["json"] }
trillium-http = "0.3.11"
url = { version = "2.5.0", features = ["serde"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "serde"] }
time = { version = "0.3.31", features = ["serde", "serde-well-known"] }
log = "0.4.20"
pad-adapter = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ trillium-http = "0.3.11"
trillium-rustls = "0.4.2"
trillium-tokio = "0.3.4"
url = "2.5.0"
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "serde"] }
sea-orm = { version = "0.12.10", features = ["sqlx-sqlite"] }
pretty_assertions = "1.4.0"
rand = "0.8.5"
Expand Down

0 comments on commit 31b7c38

Please sign in to comment.