update dependencies, servicepoint 0.8.0

This commit is contained in:
Vinzenz Schroeter 2024-09-07 15:35:29 +02:00
parent feacd6c01e
commit 9ea79a370f
2 changed files with 470 additions and 289 deletions

757
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
[dependencies] [dependencies]
# packet parsing # packet parsing
servicepoint = { version = "0.7.0", features = ["all_compressions"] } servicepoint = { version = "0.8.0", features = ["all_compressions"] }
# gui # gui
winit = { version = "0.30", features = ["rwh_05"] } # for creating a window winit = { version = "0.30", features = ["rwh_05"] } # for creating a window