chore(cargo): bump fake-tcp to 0.7.1 and phantun to 0.8.1

This commit is contained in:
Datong Sun 2025-08-22 20:54:22 -07:00
parent 6a39e9e9d0
commit 7c3864a3ed
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -253,7 +253,7 @@ dependencies = [
[[package]] [[package]]
name = "fake-tcp" name = "fake-tcp"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"bytes", "bytes",
"flume", "flume",
@ -585,7 +585,7 @@ dependencies = [
[[package]] [[package]]
name = "phantun" name = "phantun"
version = "0.8.0" version = "0.8.1"
dependencies = [ dependencies = [
"clap", "clap",
"fake-tcp", "fake-tcp",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "fake-tcp" name = "fake-tcp"
version = "0.7.0" version = "0.7.1"
edition = "2024" edition = "2024"
authors = ["Datong Sun <dndx@idndx.com>"] authors = ["Datong Sun <dndx@idndx.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "phantun" name = "phantun"
version = "0.8.0" version = "0.8.1"
edition = "2024" edition = "2024"
authors = ["Datong Sun <dndx@idndx.com>"] authors = ["Datong Sun <dndx@idndx.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"