diff --git a/Cargo.toml b/Cargo.toml index c682bb9..316b412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ reqwest = { version = "0.12.8", features = [ serde = { version = "1", features = ["serde_derive"] } serde_json = "1" smallvec = { version = "1.13.2", features = ["serde"] } -stun = "0.6.0" +stun = "0.7.0" tokio = { version = "1.41.0", features = [ "rt", "rt-multi-thread",