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.toml | |
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.toml')
-rw-r--r-- | users/tazjin/yddns/Cargo.toml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/users/tazjin/yddns/Cargo.toml b/users/tazjin/yddns/Cargo.toml index 504871bc4823..78691f303db7 100644 --- a/users/tazjin/yddns/Cargo.toml +++ b/users/tazjin/yddns/Cargo.toml @@ -6,8 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.71" -crimp = "4087.0.0" -tokio = "1.28.2" -tonic = "0.9.2" -yandex-cloud = "2023.5.23" +anyhow = "1.0" +crimp = "4087.0" +tokio = "*" # pulled in by yandex-cloud +yandex-cloud = "2023.6.13" |