Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent 5435a47 commit 7f8ad16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.1.6"
edition = "2021"

[dependencies]
bitwarden = { version = "0.3.0", features = ["secrets"] }
bitwarden = { version = "0.3.1", features = ["secrets"] }
clap = { version = "4.4.6", features = ["derive", "cargo", "env"] }
clap-markdown = "0.1.3"
log = "0.4.20"
serde = "1.0.188"
serde = "1.0.189"
simple_logger = { version = "4.2.0", default-features = false, features = [
"colors",
] }
Expand Down

0 comments on commit 7f8ad16

Please sign in to comment.