chore(deps): upgrade dependencies, fix hyper io traits issue (#252)

This commit is contained in:
Alex Zenla
2024-07-16 14:15:07 -07:00
committed by GitHub
parent de6bfe38fe
commit b57d95c610
6 changed files with 238 additions and 248 deletions

View File

@ -29,7 +29,7 @@ arrayvec = "0.7.4"
async-compression = "0.4.11"
async-stream = "0.3.5"
async-trait = "0.1.81"
backhand = "0.15.0"
backhand = "0.18.0"
base64 = "0.22.1"
byteorder = "1"
bytes = "1.6.1"
@ -41,10 +41,12 @@ crossterm = "0.27.0"
ctrlc = "3.4.4"
elf = "0.7.4"
env_logger = "0.11.0"
etherparse = "0.14.3"
etherparse = "0.15.0"
fancy-duration = "0.9.2"
flate2 = "1.0"
futures = "0.3.30"
hyper = "1.4.1"
hyper-util = "0.1.6"
human_bytes = "0.4"
indexmap = "2.2.6"
indicatif = "0.17.8"
@ -60,13 +62,14 @@ oci-spec = "0.6.7"
once_cell = "1.19.0"
path-absolutize = "3.1.1"
path-clean = "1.0.1"
pin-project-lite = "0.2.14"
platform-info = "2.0.3"
prost = "0.12.6"
prost-build = "0.12.6"
prost-reflect-build = "0.13.0"
prost-types = "0.12.6"
prost = "0.13.1"
prost-build = "0.13.1"
prost-reflect-build = "0.14.0"
prost-types = "0.13.1"
rand = "0.8.5"
ratatui = "0.26.3"
ratatui = "0.27.0"
redb = "2.1.1"
regex = "1.10.5"
rtnetlink = "0.14.1"
@ -78,13 +81,13 @@ signal-hook = "0.3.17"
slice-copy = "0.3.0"
smoltcp = "0.11.0"
sysinfo = "0.30.13"
termtree = "0.4.1"
termtree = "0.5.0"
thiserror = "1.0"
tokio-tun = "0.11.5"
toml = "0.8.14"
tonic-build = "0.11.0"
tonic-build = "0.12.0"
tower = "0.4.13"
udp-stream = "0.0.11"
udp-stream = "0.0.12"
url = "2.5.2"
walkdir = "2"
xz2 = "0.1"
@ -94,7 +97,7 @@ version = "4.5.9"
features = ["derive"]
[workspace.dependencies.prost-reflect]
version = "0.13.1"
version = "0.14.0"
features = ["derive"]
[workspace.dependencies.reqwest]
@ -119,7 +122,7 @@ version = "0.1"
features = ["io-util", "net"]
[workspace.dependencies.tonic]
version = "0.11.0"
version = "0.12.0"
features = ["tls"]
[workspace.dependencies.uuid]