diff --git a/Cargo.lock b/Cargo.lock index ee8e80374..9fa114f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2018,7 +2018,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.5", + "windows-targets 0.48.5", ] [[package]] diff --git a/crates/bws/Cargo.toml b/crates/bws/Cargo.toml index 43a0de2de..93ad73790 100644 --- a/crates/bws/Cargo.toml +++ b/crates/bws/Cargo.toml @@ -27,7 +27,7 @@ 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.1" directories = "5.0.1" env_logger = "0.11.1" log = "0.4.20" diff --git a/crates/memory-testing/Cargo.toml b/crates/memory-testing/Cargo.toml index 120fcaad1..8bd629027 100644 --- a/crates/memory-testing/Cargo.toml +++ b/crates/memory-testing/Cargo.toml @@ -13,7 +13,7 @@ keywords.workspace = true [dependencies] bitwarden-crypto = { workspace = true } -comfy-table = "7.1.0" +comfy-table = "7.1.1" hex = "0.4.3" serde = "1.0.196" serde_json = "1.0.113"