chore(cargo): bump fake-tcp to 0.7.0 and phantun to 0.8.0

This commit is contained in:
Datong Sun 2025-08-22 10:07:02 -07:00
parent 19c9f2d9f2
commit d969f0cc5d
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.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"bytes", "bytes",
"flume", "flume",
@ -585,7 +585,7 @@ dependencies = [
[[package]] [[package]]
name = "phantun" name = "phantun"
version = "0.7.0" version = "0.8.0"
dependencies = [ dependencies = [
"clap", "clap",
"fake-tcp", "fake-tcp",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "fake-tcp" name = "fake-tcp"
version = "0.6.0" version = "0.7.0"
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.7.0" version = "0.8.0"
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"