diff options
author | teutat3s <10206665+teutat3s@users.noreply.github.com> | 2023-02-28 16:06:43 +0100 |
---|---|---|
committer | teutat3s <10206665+teutat3s@users.noreply.github.com> | 2023-02-28 16:06:43 +0100 |
commit | f0717dd169d49cef2fb9caa091117f9d7eb152aa (patch) | |
tree | 1cce3bdf11a1b56d33fdea33f4ce98896079c882 /src/rpc | |
parent | e818e3932176f4b903abda7aef8eee518b2275ef (diff) | |
download | garage-f0717dd169d49cef2fb9caa091117f9d7eb152aa.tar.gz garage-f0717dd169d49cef2fb9caa091117f9d7eb152aa.zip |
Bump pnet_datalink 0.28 -> 0.33
Motivation: building garage on illumos is only possible since
pnet_datalink version 0.30
Changelog: https://github.com/libpnet/libpnet/compare/v0.28.0...v0.33.0
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" |