From 0fd65760d004ef1d94bdf5b29f391133e3189534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:06:47 +0000 Subject: [PATCH] Bump rtsp-types from 0.0.3 to 0.0.5 Bumps [rtsp-types](https://github.com/sdroege/rtsp-types) from 0.0.3 to 0.0.5. - [Release notes](https://github.com/sdroege/rtsp-types/releases) - [Changelog](https://github.com/sdroege/rtsp-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/sdroege/rtsp-types/compare/0.0.3...0.0.5) --- 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..b3f71d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,9 +1199,9 @@ checksum = "d4ed274a5b3d36c4434cff6a4de1b42f43e64ae326b1cfa72d13d9037a314355" [[package]] name = "rtsp-types" -version = "0.0.3" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b668122d4d00c479c08fb2a0a253669832606ccca80832a6b99bb5288ab4f75" +checksum = "2a1aec90dc5d8dec85c14032885770801439acb1651b2f166745ce482a2ddeaf" dependencies = [ "cookie-factory", "nom", diff --git a/Cargo.toml b/Cargo.toml index be9afd1..f8dd221 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.5" sha-1 = "0.10" sdp-types = "0.1" tokio = { version = "1.21", features = ["full"] }