Fix cargo audit RUSTSEC-2024-0336 (#5612)

* replace unmaintained rust_yaml with serde_yml

* update warp
This commit is contained in:
João Oliveira
2024-04-22 14:01:06 +01:00
committed by GitHub
parent 5a9e973f04
commit 9b5895ca89
4 changed files with 826 additions and 401 deletions

View File

@@ -8,5 +8,5 @@ edition = { workspace = true }
bytes = { workspace = true }
[dev-dependencies]
yaml-rust = "0.4.4"
hex = { workspace = true }
serde_yml = "0.0.4"