Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock dependency versions for bws
Browse files Browse the repository at this point in the history
Hinton committed May 2, 2024
1 parent a2495b7 commit c767c2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -27,29 +27,29 @@ chrono = { version = "0.4.38", features = [
clap = { version = "4.5.4", features = ["derive", "env", "string"] }
clap_complete = "4.5.2"
color-eyre = "0.6.3"
comfy-table = "^7.1.0"
comfy-table = "7.1.0"
directories = "5.0.1"
env_logger = "0.11.1"
log = "0.4.20"
regex = { version = "1.10.3", features = [
"std",
"perf",
], default-features = false }
serde = "^1.0.196"
serde_json = "^1.0.113"
serde = "1.0.196"
serde_json = "1.0.113"
serde_yaml = "0.9"
supports-color = "3.0.0"
thiserror = "1.0.57"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
toml = "0.8.10"
uuid = { version = "^1.7.0", features = ["serde"] }
uuid = { version = "1.7.0", features = ["serde"] }

[build-dependencies]
bitwarden-cli = { workspace = true }
clap = { version = "4.5.4", features = ["derive", "string"] }
clap_complete = "4.5.2"
clap_mangen = "0.2.20"
uuid = { version = "^1.7.0" }
uuid = { version = "1.7.0" }

[dev-dependencies]
tempfile = "3.10.0"

0 comments on commit c767c2e

Please sign in to comment.