diff --git a/Cargo.toml b/Cargo.toml index fbb4dccf6..ab7d52898 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bitwarden-cli = { git = "https://github.com/bitwarden/sdk-internal.git", rev = " bitwarden-core = { git = "https://github.com/bitwarden/sdk-internal.git", rev = "49d027c1f5144d6d319e3cab56782f8b844cd8c2" } bitwarden-crypto = { git = "https://github.com/bitwarden/sdk-internal.git", rev = "49d027c1f5144d6d319e3cab56782f8b844cd8c2" } bitwarden-generators = { git = "https://github.com/bitwarden/sdk-internal.git", rev = "49d027c1f5144d6d319e3cab56782f8b844cd8c2" } -bitwarden-sm = { git = "https://github.com/bitwarden/sdk-internal.git", rev = "49d027c1f5144d6d319e3cab56782f8b844cd8c2" } +bitwarden-sm = { git = "https://github.com/bitwarden/sdk-internal.git", rev = "868dace5d0881b66b5c543edd9053cae2566adf2" } log = "0.4.20" schemars = { version = ">=0.8.9, <0.9", features = ["uuid1", "chrono"] }