Skip to content

Commit

Permalink
Fix chrono version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Apr 9, 2024
1 parent 3610fda commit 3d9f3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bat = { version = "0.24.0", features = [
"regex-onig",
], default-features = false }
bitwarden = { workspace = true, features = ["secrets"] }
chrono = { version = "0.4.34", features = [
chrono = { version = "0.4.35", features = [
"clock",
"std",
], default-features = false }
Expand Down

0 comments on commit 3d9f3a7

Please sign in to comment.