Skip to content

Commit b8dc0e3

Browse files
build(deps): bump uuid from 1.0.0 to 1.1.1 in /atcoder-problems-backend
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.0.0...1.1.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 054346a commit b8dc0e3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

atcoder-problems-backend/Cargo.lock

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

atcoder-problems-backend/sql-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
sqlx = { version = "0.5.13", features = ["postgres", "runtime-tokio-rustls"] }
1212
async-trait = "0.1.53"
1313
serde = { version = "1.0", features = ["derive"] }
14-
uuid = { version = "1.0", features = ["serde", "v4"] }
14+
uuid = { version = "1.1", features = ["serde", "v4"] }
1515
anyhow = "1.0"
1616
tokio = { version = "1.16", features = ["macros"] }
1717
regex = "1"

0 commit comments

Comments
 (0)