Update dependencies

Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
Jacob Kiers 2023-06-02 17:35:13 +02:00
parent 8fbc0c370a
commit f010f8c76b
2 changed files with 362 additions and 288 deletions

646
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -19,13 +19,13 @@ exclude = [".*"]
log = "0.4"
pretty_env_logger = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
serde_yaml = "0.9.21"
futures = "0.3"
tls-parser = "0.11"
url = "2.2.2"
time = { version = "0.3.1", features = ["local-offset", "formatting"] }
tokio = { version = "1.0", features = ["full"] }
bytes = "1.1"
kcp = "0.4"
byte_string = "1"