diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-14T09·58+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-06-14T10·06+0000 |
commit | 3d3890ebcd48b595fffe9605553fa6c4afcaf1a4 (patch) | |
tree | 4bf289fadf3c55f292a6b366b7838dfd18df37a9 /users/tazjin/yddns/Cargo.lock | |
parent | b3c9619f8cee8c5ae99fa99806165c26e5a3bfa3 (diff) |
chore(tazjin/yddns): update yandex-cloud version r/6295
Change-Id: Iaf246014601bf7ab3fb1af4961c2fe26f66e45be Reviewed-on: https://cl.tvl.fyi/c/depot/+/8770 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/yddns/Cargo.lock')
-rw-r--r-- | users/tazjin/yddns/Cargo.lock | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/users/tazjin/yddns/Cargo.lock b/users/tazjin/yddns/Cargo.lock index 1314ca037971..508fce146fc8 100644 --- a/users/tazjin/yddns/Cargo.lock +++ b/users/tazjin/yddns/Cargo.lock @@ -1451,9 +1451,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "yandex-cloud" -version = "2023.5.23" +version = "2023.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4700ffa9a32b893a0c0c20a7d818b256ce2fbc37e354930051c476fc11488dda" +checksum = "f131927e2f67d891994c1562f90885e49756b7ba1031b0845b2b8da5b6425c04" dependencies = [ "prost", "prost-types", @@ -1469,6 +1469,5 @@ dependencies = [ "anyhow", "crimp", "tokio", - "tonic", "yandex-cloud", ] |