diff --git a/Cargo.lock b/Cargo.lock index 650f544b8..c1d317d4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "bitwarden-api-identity" -version = "0.2.1" +version = "0.2.2" dependencies = [ "reqwest", "serde", diff --git a/crates/bitwarden-api-identity/Cargo.toml b/crates/bitwarden-api-identity/Cargo.toml index a74a43961..70be0560b 100644 --- a/crates/bitwarden-api-identity/Cargo.toml +++ b/crates/bitwarden-api-identity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitwarden-api-identity" -version = "0.2.1" +version = "0.2.2" authors = ["Bitwarden Inc"] license-file = "LICENSE" repository = "https://github.com/bitwarden/sdk" diff --git a/crates/bitwarden/Cargo.toml b/crates/bitwarden/Cargo.toml index 85c24a708..0090ebb0e 100644 --- a/crates/bitwarden/Cargo.toml +++ b/crates/bitwarden/Cargo.toml @@ -55,7 +55,7 @@ uniffi = { version = "=0.24.1", optional = true } # We don't use this directly (it's used by rand), but we need it here to enable WASM support getrandom = { version = ">=0.2.9", features = ["js"] } -bitwarden-api-identity = { path = "../bitwarden-api-identity", version = "=0.2.1" } +bitwarden-api-identity = { path = "../bitwarden-api-identity", version = "=0.2.2" } bitwarden-api-api = { path = "../bitwarden-api-api", version = "=0.2.2" } [dev-dependencies]