Skip to content

Commit

Permalink
[deps]: Update Rust crate uuid to ^1.6.1 (#365)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 57352eb commit 7a21699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ supports-color = "2.1.0"
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
toml = "0.8.8"
uuid = { version = "^1.3.3", features = ["serde"] }
uuid = { version = "^1.6.1", features = ["serde"] }

bitwarden = { path = "../bitwarden", version = "0.3.1", features = ["secrets"] }

Expand Down

0 comments on commit 7a21699

Please sign in to comment.