deps: bump stun from 0.4.4 to 0.5.0

Pull-Request: #4482.
This commit is contained in:
dependabot[bot]
2023-09-12 05:34:12 +00:00
committed by GitHub
parent 0e64d71196
commit 92b5721ccb
2 changed files with 81 additions and 19 deletions

98
Cargo.lock generated
View File

@ -2328,7 +2328,7 @@ dependencies = [
"tokio",
"waitgroup",
"webrtc-srtp",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -3326,7 +3326,7 @@ dependencies = [
"rcgen 0.10.0",
"serde",
"sha2 0.10.7",
"stun",
"stun 0.5.0",
"thiserror",
"tinytemplate",
"tokio",
@ -3539,6 +3539,15 @@ dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.9.0"
@ -3772,6 +3781,19 @@ dependencies = [
"memoffset 0.6.5",
]
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if 1.0.0",
"libc",
"memoffset 0.7.1",
"pin-utils",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
@ -4737,7 +4759,7 @@ checksum = "6423493804221c276d27f3cc383cd5cbe1a1f10f210909fd4951b579b01293cd"
dependencies = [
"bytes",
"thiserror",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -4751,7 +4773,7 @@ dependencies = [
"log",
"netlink-packet-route",
"netlink-proto",
"nix",
"nix 0.24.3",
"thiserror",
"tokio",
]
@ -4766,7 +4788,7 @@ dependencies = [
"rand 0.8.5",
"serde",
"thiserror",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -5420,7 +5442,26 @@ dependencies = [
"thiserror",
"tokio",
"url",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
name = "stun"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7beb1624a3ea34778d58d30e2b8606b4d29fe65e87c4d50b87ed30afd5c3830c"
dependencies = [
"base64 0.21.4",
"crc",
"lazy_static",
"md-5",
"rand 0.8.5",
"ring",
"subtle",
"thiserror",
"tokio",
"url",
"webrtc-util 0.8.0",
]
[[package]]
@ -5940,10 +5981,10 @@ dependencies = [
"md-5",
"rand 0.8.5",
"ring",
"stun",
"stun 0.4.4",
"thiserror",
"tokio",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -6327,7 +6368,7 @@ dependencies = [
"serde_json",
"sha2 0.10.7",
"smol_str",
"stun",
"stun 0.4.4",
"thiserror",
"time",
"tokio",
@ -6341,7 +6382,7 @@ dependencies = [
"webrtc-media",
"webrtc-sctp",
"webrtc-srtp",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -6356,7 +6397,7 @@ dependencies = [
"thiserror",
"tokio",
"webrtc-sctp",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -6396,7 +6437,7 @@ dependencies = [
"thiserror",
"tokio",
"webpki 0.21.4",
"webrtc-util",
"webrtc-util 0.7.0",
"x25519-dalek 2.0.0-pre.1",
"x509-parser 0.13.2",
]
@ -6414,7 +6455,7 @@ dependencies = [
"rand 0.8.5",
"serde",
"serde_json",
"stun",
"stun 0.4.4",
"thiserror",
"tokio",
"turn",
@ -6422,7 +6463,7 @@ dependencies = [
"uuid",
"waitgroup",
"webrtc-mdns",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -6435,7 +6476,7 @@ dependencies = [
"socket2 0.4.9",
"thiserror",
"tokio",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -6465,7 +6506,7 @@ dependencies = [
"rand 0.8.5",
"thiserror",
"tokio",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -6488,7 +6529,7 @@ dependencies = [
"subtle",
"thiserror",
"tokio",
"webrtc-util",
"webrtc-util 0.7.0",
]
[[package]]
@ -6505,7 +6546,28 @@ dependencies = [
"lazy_static",
"libc",
"log",
"nix",
"nix 0.24.3",
"rand 0.8.5",
"thiserror",
"tokio",
"winapi",
]
[[package]]
name = "webrtc-util"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1adc96bee68417e1f4d19dd7698124a7f859db55ae2fd3eedbbb7e732f614735"
dependencies = [
"async-trait",
"bitflags 1.3.2",
"bytes",
"cc",
"ipnet",
"lazy_static",
"libc",
"log",
"nix 0.26.4",
"rand 0.8.5",
"thiserror",
"tokio",

View File

@ -29,7 +29,7 @@ quick-protobuf-codec = { workspace = true }
rand = "0.8"
rcgen = "0.10.0"
serde = { version = "1.0", features = ["derive"] }
stun = "0.4"
stun = "0.5"
thiserror = "1"
tinytemplate = "1.2"
tokio = { version = "1.32", features = ["net"], optional = true}