Skip to content

Commit

Permalink
Update Rust crate uuid to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 8de9d29 commit 2e42ce3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -17,4 +17,4 @@ dotenv_codegen = "0.15.0"
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3.3"
sqlite = "0.32.0"
uuid = {version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"]}
uuid = {version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"]}

0 comments on commit 2e42ce3

Please sign in to comment.