diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-11 13:14:18 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-11 13:14:18 +0200 |
commit | ad6b1cc0bed8a01ebeb2aacf995a69ced785b5a6 (patch) | |
tree | ac0d6b2e573d1fc4572e7b7f28f5a7e8e34d0c18 /src/rpc/Cargo.toml | |
parent | 7228fbfd4f62942cf0212d838446ece5ee7f8ef2 (diff) | |
parent | 5f86b48f9766019c6c74d14c2fba8c1176423cfb (diff) | |
download | garage-ad6b1cc0bed8a01ebeb2aacf995a69ced785b5a6.tar.gz garage-ad6b1cc0bed8a01ebeb2aacf995a69ced785b5a6.zip |
Merge branch 'main' into next
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r-- | src/rpc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index 0aeacb54..f66478ce 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_rpc" -version = "0.8.3" +version = "0.8.4" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" @@ -48,7 +48,7 @@ tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi tokio-stream = { version = "0.1", features = ["net"] } opentelemetry = "0.17" -netapp = { version = "0.5.3", features = ["telemetry"] } +netapp = { version = "=0.5.2", features = ["telemetry"] } [features] kubernetes-discovery = [ "kube", "k8s-openapi", "schemars" ] |