diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-13 16:14:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-13 16:14:13 +0100 |
commit | f37ec584b6009b16d1c7f06918889954b22f5afb (patch) | |
tree | aa39b41d63358277d61f2cb92ef9565a97c1c901 /src/rpc | |
parent | 40fa1242f080ba69159607c47f46d47c30267285 (diff) | |
parent | dc6be3983300ee3ee10f601cfc04a06563d86f48 (diff) | |
download | garage-f37ec584b6009b16d1c7f06918889954b22f5afb.tar.gz garage-f37ec584b6009b16d1c7f06918889954b22f5afb.zip |
Merge branch 'main' into rustversion-label
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index 87ae15ac..2c1260a9 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -37,8 +37,7 @@ k8s-openapi = { version = "0.16", features = ["v1_22"], optional = true } schemars = { version = "0.8", optional = true } reqwest = { version = "0.11", optional = true, default-features = false, features = ["rustls-tls-manual-roots", "json"] } -# newer version requires rust edition 2021 -pnet_datalink = "0.28" +pnet_datalink = "0.33" futures = "0.3" futures-util = "0.3" |