Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Jan 27, 2025
1 parent dcff409 commit e755b72
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
@@ -87,7 +87,7 @@ trillium-testing = { version = "0.7.0", optional = true }
trillium-tokio = "0.4.0"
typenum = "1.17.0"
url = "2.5.2"
uuid = { version = "1.12.0", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.12.1", features = ["v4", "fast-rng", "serde"] }
validator = { version = "0.19.0", features = ["derive"] }
trillium-opentelemetry = { version = "0.9.0", default-features = false, features = ["metrics"] }
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio", "logs", "metrics"] }
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ thiserror = "2.0.11"
trillium-client = { version = "0.6.2", features = ["json"] }
trillium-http = "0.3.14"
url = { version = "2.5.2", features = ["serde"] }
uuid = { version = "1.12.0", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.12.1", features = ["v4", "fast-rng", "serde"] }
time = { version = "0.3.37", features = ["serde", "serde-well-known"] }
log = "0.4.25"
pad-adapter = "0.1.1"
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ trillium-http = "0.3.14"
trillium-rustls = "0.8.1"
trillium-tokio = "0.4.0"
url = "2.5.2"
uuid = { version = "1.12.0", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.12.1", features = ["v4", "fast-rng", "serde"] }
sea-orm = { version = "1.0.1", features = ["sqlx-sqlite"] }
pretty_assertions = "1.4.1"
rand = "0.8.5"

0 comments on commit e755b72

Please sign in to comment.