diff --git a/Cargo.lock b/Cargo.lock index 37d17bfb..4380e006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2446,7 +2446,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smartdns" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "async-http-proxy", diff --git a/Cargo.toml b/Cargo.toml index f41e73cf..2c3848e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smartdns" -version = "0.8.3" +version = "0.8.4" authors = ["YISH "] edition = "2021" rust-version = "1.70.0"