Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit ecabe90

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump uuid from 1.4.1 to 1.5.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.4.1...1.5.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent da1996e commit ecabe90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/storage-pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures-util = "0.3.28"
2222
rand.workspace = true
2323
rand_chacha = "0.3.1"
2424
url.workspace = true
25-
uuid = "1.4.1"
25+
uuid = "1.5.0"
2626
ulid = { workspace = true, features = ["uuid"] }
2727

2828
oauth2-types = { path = "../oauth2-types" }

0 commit comments

Comments
 (0)