From b912d998ec6112542dac3b993426a70de58fa06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:11:51 +0000 Subject: [PATCH] chore(cargo): bump sdp from 0.10.0 to 0.17.1 Bumps [sdp](https://github.com/webrtc-rs/webrtc) from 0.10.0 to 0.17.1. - [Release notes](https://github.com/webrtc-rs/webrtc/releases) - [Commits](https://github.com/webrtc-rs/webrtc/compare/v0.10.0...v0.17.1) --- updated-dependencies: - dependency-name: sdp dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14e84d34df..96d3a160d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5307,9 +5307,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sdp" -version = "0.10.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32c374dceda16965d541c8800ce9cc4e1c14acfd661ddf7952feeedc3411e5c6" +checksum = "22c3b0257608d7de4de4c4ea650ccc2e6e3e45e3cd80039fcdee768bcb449253" dependencies = [ "rand 0.9.2", "substring", diff --git a/Cargo.toml b/Cargo.toml index 8e70779f4e..f572397eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ rand = { workspace = true } regex = { workspace = true } rusqlite = { workspace = true, features = ["sqlcipher"] } sanitize-filename = { workspace = true } -sdp = "0.10.0" +sdp = "0.17.1" serde_json = { workspace = true } serde_urlencoded = "0.7.1" serde = { workspace = true, features = ["derive"] }