diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 1668c1da3..53b1cc4ce 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -319,9 +319,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.18" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core", diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index a8529aecf..98d36109e 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0.183", features = ["derive"] } trackable = "1.3.0" socket2 = "0.5.3" prometheus-client = "0.21.1" -axum = { version = "0.6.18", default-features = false, features = ["http1", "tokio"] } +axum = { version = "0.6.20", default-features = false, features = ["http1", "tokio"] } [dev-dependencies] webrtc = { version = "0.8" }