From a4fa5d1a3091d953f719ebce399290f7e2b6391a Mon Sep 17 00:00:00 2001 From: neevek Date: Mon, 27 May 2024 19:50:41 +0800 Subject: [PATCH] update rstun 0.4.14 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecc21f9..8c50bb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1095,7 +1095,7 @@ dependencies = [ [[package]] name = "omnip" -version = "0.4.22" +version = "0.4.23" dependencies = [ "android_logger", "anyhow", @@ -1432,8 +1432,8 @@ dependencies = [ [[package]] name = "rstun" -version = "0.4.12" -source = "git+https://github.com/neevek/rstun#15009d86d45895d1a2c4935011c6ecb906402082" +version = "0.4.14" +source = "git+https://github.com/neevek/rstun#9bdf8cff279e4b493498a4d8209bfbc0569011f2" dependencies = [ "android_logger", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d7fca0b..ea9ce62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omnip" -version = "0.4.22" +version = "0.4.23" edition = "2021" [lib]