Skip to content

Commit

Permalink
Merge branch 'master' into sm/sm-866
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Dec 3, 2023
2 parents 5b2df50 + ac340ed commit be1e21b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/bitwarden-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
rust-version = "1.57"

[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
color-eyre = "0.6"
inquire = "0.6.2"
supports-color = "2.1.0"
2 changes: 1 addition & 1 deletion crates/bitwarden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ uuid = { version = ">=1.3.3, <2.0", features = ["serde"] }
[dev-dependencies]
rand_chacha = "0.3.1"
tokio = { version = "1.34.0", features = ["rt", "macros"] }
wiremock = "0.5.21"
wiremock = "0.5.22"
2 changes: 1 addition & 1 deletion crates/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Bitwarden Password Manager CLI
keywords = ["bitwarden", "password-manager", "cli"]

[dependencies]
clap = { version = "4.4.8", features = ["derive", "env"] }
clap = { version = "4.4.10", features = ["derive", "env"] }
color-eyre = "0.6"
env_logger = "0.10.1"
inquire = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4.31", features = [
"clock",
"std",
], default-features = false }
clap = { version = "4.4.8", features = ["derive", "env", "string"] }
clap = { version = "4.4.10", features = ["derive", "env", "string"] }
clap_complete = "4.4.4"
color-eyre = "0.6"
comfy-table = "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion languages/csharp/Bitwarden.Sdk/Bitwarden.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.Text.Json" Version="7.0.4" />
<None Include="bitwarden.png" Pack="true" PackagePath="\" />
<None Include="../README.md" Pack="true" PackagePath="\" />
<None Include="../LICENSE.txt" Pack="true" PackagePath="\" />
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@openapitools/openapi-generator-cli": "2.7.0",
"handlebars": "^4.7.8",
"prettier": "3.1.0",
"quicktype-core": "23.0.79",
"quicktype-core": "23.0.80",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
"typescript": "5.2.2"
Expand Down

0 comments on commit be1e21b

Please sign in to comment.