From f9c081c41e90a84d837d2a26b700d1fee84430c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Mon, 18 Dec 2023 19:21:58 +0100 Subject: [PATCH] Rust: Update h264-profile-level-id dependency to 0.2.0 --- rust/CHANGELOG.md | 4 ++++ rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 4697ba666e..c00c8ae3d8 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# NEXT + +* Update h264-profile-level-id dependency to 0.2.0. + # 0.13.0 * Updates from mediasoup TypeScript `3.13.0..=3.13.7`. diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4c35295b11..3ccbd1e8c1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,7 +30,7 @@ atomic-take = "1.0.0" event-listener-primitives = "2.0.1" fastrand = "1.8.0" futures-lite = "1.12.0" -h264-profile-level-id = "0.1.1" +h264-profile-level-id = "0.2.0" hash_hasher = "2.0.3" log = "0.4.17" nohash-hasher = "0.2.0"