Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 0e8cd01 commit c275346
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.7.0", optional = true }
trillium-tokio = "0.4.0"
typenum = "1.17.0"
url = "2.5.2"
uuid = { version = "1.9.0", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "serde"] }
validator = { version = "0.18.1", features = ["derive"] }
trillium-opentelemetry = { version = "0.8.0", default-features = false, features = ["metrics"] }
opentelemetry_sdk = { version = "0.23.0", 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 @@ -22,7 +22,7 @@ thiserror = "1.0.61"
trillium-client = { version = "0.6.2", features = ["json"] }
trillium-http = "0.3.14"
url = { version = "2.5.2", features = ["serde"] }
uuid = { version = "1.9.0", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "serde"] }
time = { version = "0.3.36", features = ["serde", "serde-well-known"] }
log = "0.4.21"
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 @@ -27,7 +27,7 @@ trillium-http = "0.3.14"
trillium-rustls = "0.8.0"
trillium-tokio = "0.4.0"
url = "2.5.2"
uuid = { version = "1.9.0", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "serde"] }
sea-orm = { version = "0.12.15", features = ["sqlx-sqlite"] }
pretty_assertions = "1.4.0"
rand = "0.8.5"
Expand Down

0 comments on commit c275346

Please sign in to comment.