diff --git a/Cargo.lock b/Cargo.lock index 98983f4..0053bad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "clashctl" -version = "0.3.2" +version = "0.3.3" dependencies = [ "bytesize", "chrono", diff --git a/clashctl/Cargo.toml b/clashctl/Cargo.toml index bbe6882..af629f4 100644 --- a/clashctl/Cargo.toml +++ b/clashctl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clashctl" description = "Cli & Tui used to interact with Clash RESTful API" -version = "0.3.2" +version = "0.3.3" authors = ["George Miao "] repository = "https://github.com/George-Miao/clashctl" license = "MIT" @@ -42,7 +42,7 @@ crossterm = { version = "0.25.0" } rayon = { version = "1.5.3" } clashctl-core = { path = "../clashctl-core", features = ["full"] } -tap = "1.0.1" +tap = "1.0.1" [dev-dependencies] rand = { version = "0.8.5", features = ["small_rng"] }