From b1eed44881cabd5f4ab27ec12dfa9448cafa8384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:23:55 +0000 Subject: [PATCH] build(deps): bump str0m from 0.9.0 to 0.11.1 Bumps [str0m](https://github.com/algesten/str0m) from 0.9.0 to 0.11.1. - [Changelog](https://github.com/algesten/str0m/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/str0m/compare/0.9.0...0.11.1) --- updated-dependencies: - dependency-name: str0m dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c48f584..a9d0df88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1026,15 +1026,6 @@ dependencies = [ "rustc_version", ] -[[package]] -name = "fxhash" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" -dependencies = [ - "byteorder", -] - [[package]] name = "generic-array" version = "0.14.7" @@ -2796,7 +2787,7 @@ dependencies = [ "pin-project-lite 0.2.16", "quinn-proto", "quinn-udp", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.20.9", "thiserror 1.0.69", "tokio", @@ -2813,7 +2804,7 @@ dependencies = [ "bytes", "rand 0.8.5", "ring 0.16.20", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.20.9", "slab", "thiserror 1.0.69", @@ -3049,6 +3040,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" + [[package]] name = "rustc_version" version = "0.4.1" @@ -3187,17 +3184,17 @@ dependencies = [ [[package]] name = "sctp-proto" -version = "0.3.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4dea4fe3384a24652f065296ac333c810dfd0c5b39b98a2214762c16aaadc3c" +checksum = "423139d8cca3021b9d800f084a711ba2d23b508ae71b33dba167f11ca33e54c7" dependencies = [ "bytes", "crc", - "fxhash", "log", - "rand 0.8.5", + "rand 0.9.2", + "rustc-hash 2.1.1", "slab", - "thiserror 1.0.69", + "thiserror 2.0.17", ] [[package]] @@ -3480,9 +3477,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "str0m" -version = "0.9.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f9fdffeb677e1d5d2cf84993f865143680b8e5eece3396fa488d43b34c1245" +checksum = "26890ff5b60e33eb8bedcf44792fc459c8f348ecbf2658edb19477571e547ac2" dependencies = [ "combine", "crc", @@ -3495,7 +3492,6 @@ dependencies = [ "sctp-proto", "serde", "sha1", - "thiserror 1.0.69", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index 2bdeecbd..a32afa9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ rcgen = { version = "0.14.5", optional = true } # End of Quic related dependencies. # WebRTC related dependencies. WebRTC is an experimental feature flag. The dependencies must be updated. -str0m = { version = "0.9.0", optional = true } +str0m = { version = "0.11.1", optional = true } # End of WebRTC related dependencies. # Fuzzing related dependencies.