Skip to content

Commit 1380da2

Browse files
Bump uuid from 1.18.1 to 1.19.0 (#250)
1 parent 594e586 commit 1380da2

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ validator = { version = "0.20.0", features= ["derive"] }
4545
regex = "1.12.2"
4646
once_cell = "1.21.3"
4747
sqlx = { version="0.8.6", features = ["sqlite", "time", "chrono", "runtime-tokio"] }
48-
uuid = { version="1.18.1", features=["v4"] }
48+
uuid = { version="1.19.0", features=["v4"] }
4949
time = { version="0.3.44", features = ["serde"]}
5050
env_logger = "0.11.8"
5151
rand = "0.9.2"

0 commit comments

Comments
 (0)