diff options
author | Alex <alex@adnab.me> | 2023-03-13 13:43:04 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-03-13 13:43:04 +0000 |
commit | 24e43f1aa0553686f9dace5d839b717cf634bf6c (patch) | |
tree | bef0b3bb43be503b5459e610f782e658562cf3bf /src | |
parent | 3325928c1327eb35201723013388ede2399f2350 (diff) | |
parent | 8ad6efb338bd20036614dd0697edb328aed1e7fd (diff) | |
download | garage-24e43f1aa0553686f9dace5d839b717cf634bf6c.tar.gz garage-24e43f1aa0553686f9dace5d839b717cf634bf6c.zip |
Merge pull request 'Bump pnet_datalink 0.28 -> 0.33' (#514) from teutat3s/garage:pnet_datalink-0.33.0 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/514
Diffstat (limited to 'src')
-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" |