diff --git a/Cargo.lock b/Cargo.lock index 9fa0f88..1823633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,9 +583,9 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "firestore" -version = "0.48.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e99c9f24c82c782f1e72709983ec9ed1356b2a5ee0d3bc7db6ca8e7d3236eef" +checksum = "0694fd7f29eff94f1e398b5985dc35482fd18289245abd29db48a13fba162a81" dependencies = [ "async-trait", "backoff", @@ -746,9 +746,9 @@ dependencies = [ [[package]] name = "gcloud-sdk" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b5b58d8683fa308be9bc58caece4972315a0b2547f9da16962511f0915d5b53" +checksum = "17309d7c99b2fe6610de4c0840441901e33bfc43f4414be3889aa75763147187" dependencies = [ "async-trait", "bytes", diff --git a/bin/all-o-stasis/Cargo.toml b/bin/all-o-stasis/Cargo.toml index 8cc4bbf..3954b2b 100644 --- a/bin/all-o-stasis/Cargo.toml +++ b/bin/all-o-stasis/Cargo.toml @@ -10,7 +10,7 @@ axum = { version = "0.8.9", features = ["ws"] } axum-extra = { version = "0.12.6", features = ["cookie", "typed-header"] } chrono = "0.4.38" cookie = "0.18" -firestore = "0.48" +firestore = "0.49" futures = "0.3" rand = "0.10.1" reqwest = { version = "0.13", features = ["blocking", "json"] }