From 7c3864a3ed054f339bdda8f3e85381c7f5aff472 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Fri, 22 Aug 2025 20:54:22 -0700 Subject: [PATCH] chore(cargo): bump `fake-tcp` to `0.7.1` and `phantun` to `0.8.1` --- Cargo.lock | 4 ++-- fake-tcp/Cargo.toml | 2 +- phantun/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d512439..50803d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "fake-tcp" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bytes", "flume", @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "phantun" -version = "0.8.0" +version = "0.8.1" dependencies = [ "clap", "fake-tcp", diff --git a/fake-tcp/Cargo.toml b/fake-tcp/Cargo.toml index 074ad6c..cf3757a 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fake-tcp" -version = "0.7.0" +version = "0.7.1" edition = "2024" authors = ["Datong Sun "] license = "MIT OR Apache-2.0" diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 253c862..8b5f317 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantun" -version = "0.8.0" +version = "0.8.1" edition = "2024" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"