From 5e4d5e10bc0c40946461154ee3c52af599e3d0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 04:20:44 +0000 Subject: [PATCH] Bump rtsp-types from 0.0.3 to 0.0.4 Bumps [rtsp-types](https://github.com/sdroege/rtsp-types) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/sdroege/rtsp-types/releases) - [Changelog](https://github.com/sdroege/rtsp-types/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdroege/rtsp-types/compare/0.0.3...0.0.4) --- updated-dependencies: - dependency-name: rtsp-types dependency-type: direct:production update-type: version-update:semver-patch ... 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 908b64a..cbcdfad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,9 +1199,9 @@ checksum = "d4ed274a5b3d36c4434cff6a4de1b42f43e64ae326b1cfa72d13d9037a314355" [[package]] name = "rtsp-types" -version = "0.0.3" +version = "0.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b668122d4d00c479c08fb2a0a253669832606ccca80832a6b99bb5288ab4f75" +checksum = "d0cbe04aba2544d6f4dd5d87e07f75bd413c9a4d2f867930ae0a7aa5c1af0d35" dependencies = [ "cookie-factory", "nom", diff --git a/Cargo.toml b/Cargo.toml index be9afd1..41b3413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rand = "0.8" rodio = { version = "0.16", default-features = false } rsa = "0.6" rtp-rs = "0.6" -rtsp-types = "0.0.3" +rtsp-types = "0.0.4" sha-1 = "0.10" sdp-types = "0.1" tokio = { version = "1.21", features = ["full"] }