From 742d96af6d0957a04375aa5df5d877b36a84acc4 Mon Sep 17 00:00:00 2001 From: Banyc <36535895+Banyc@users.noreply.github.com> Date: Sun, 5 May 2024 13:46:52 +0800 Subject: [PATCH] chore: bump `rtp` to v0.0.39 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5aff387..9addee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2380,7 +2380,7 @@ checksum = "1e0e61cd21fbddd85fbd9367b775660a01d388c08a61c6d2824af480b0309bb9" [[package]] name = "rtp" version = "0.1.0" -source = "git+https://github.com/Banyc/rtp.git?tag=v0.0.38#4384ffc2e831e1eee6dfadfc351a54427cd0a5de" +source = "git+https://github.com/Banyc/rtp.git?tag=v0.0.39#7b28ad12e1e706e1a0440970ccfbd1f89b29a54b" dependencies = [ "async-trait", "async_async_io", diff --git a/Cargo.toml b/Cargo.toml index 56adf60..280d81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ once_cell = "1" pin-project-lite = "0.2" rand = "0.8" regex = "1" -rtp = { git = "https://github.com/Banyc/rtp.git", tag = "v0.0.38" } +rtp = { git = "https://github.com/Banyc/rtp.git", tag = "v0.0.39" } scopeguard = "1" serde = "1" serde_json = "1"