diff --git a/Cargo.lock b/Cargo.lock index d477cc4..9968db8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1179,7 +1179,7 @@ dependencies = [ [[package]] name = "omnip" -version = "0.6.1" +version = "0.6.2" dependencies = [ "android_logger", "anyhow", @@ -1499,8 +1499,8 @@ dependencies = [ [[package]] name = "rstun" -version = "0.6.1" -source = "git+https://github.com/neevek/rstun?tag=release/0.6.2#ec1a175f43b8f012e29d9edd27d1aebc29c5749d" +version = "0.6.4" +source = "git+https://github.com/neevek/rstun?tag=release/0.6.4#3f5ccd28fdcd0d0c1ef96780378f5818b4f33b91" dependencies = [ "android_logger", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 816ce5a..a69d0cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omnip" -version = "0.6.1" +version = "0.6.2" edition = "2021" [lib] @@ -28,7 +28,7 @@ lazy_static = "1.4" async-trait = "0.1" byte-pool = { git = "https://github.com/neevek/byte-pool" } # rstun = { path = "../rstun" } -rstun = { git = "https://github.com/neevek/rstun", tag = "release/0.6.2" } +rstun = { git = "https://github.com/neevek/rstun", tag = "release/0.6.4" } hyper = { version = "0.14", features = ["full"]} http = "0.2" http-body = "0.4"