Skip to content

Commit

Permalink
Change dependency format for bws (#763)
Browse files Browse the repository at this point in the history
The CLI should use the same format for dependency versions.
  • Loading branch information
Hinton authored May 7, 2024
1 parent c3919a7 commit 2f52f5e
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
Expand Up @@ -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.1"
comfy-table = "7.1.1"
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"
Expand Down

0 comments on commit 2f52f5e

Please sign in to comment.