diff options
author | Alex <alex@adnab.me> | 2023-09-05 22:08:40 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-09-05 22:08:40 +0000 |
commit | 5f86b48f9766019c6c74d14c2fba8c1176423cfb (patch) | |
tree | 6d71885b7df3b76b2e9c0b830a678450c285327f /src/rpc | |
parent | 32e5686ad8354a2b2b37807ba6d7add73a6d23ee (diff) | |
parent | 51eac97260d768d0f1f93680fad95787f7e42e72 (diff) | |
download | garage-5f86b48f9766019c6c74d14c2fba8c1176423cfb.tar.gz garage-5f86b48f9766019c6c74d14c2fba8c1176423cfb.zip |
Merge pull request 'Revert netapp to 0.5.2 to avoid rmp-serde upgrade that breaks things' (#627) from hold-netapp-0.5.2 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/627
Diffstat (limited to 'src/rpc')
-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 3fc9bbf9..66004bb9 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" @@ -46,7 +46,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.2", features = ["telemetry"] } +netapp = { version = "=0.5.2", features = ["telemetry"] } [features] kubernetes-discovery = [ "kube", "k8s-openapi", "schemars" ] |