diff --git a/Cargo.lock b/Cargo.lock index 8bde75f8..392c0cc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6336,7 +6336,7 @@ dependencies = [ [[package]] name = "sillad" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "async-io 2.3.4", diff --git a/binaries/geph5-client/Cargo.toml b/binaries/geph5-client/Cargo.toml index 349a6d1a..b26e65f4 100644 --- a/binaries/geph5-client/Cargo.toml +++ b/binaries/geph5-client/Cargo.toml @@ -61,7 +61,7 @@ scopeguard = "1.2.0" serde = { version = "1", features = ["derive"] } serde_json = "1.0.120" serde_yaml = "0.9.34" -sillad = { version= "0.2.2", path = "../../libraries/sillad" } +sillad = { version= "0.2.3", path = "../../libraries/sillad" } sillad-sosistab3 = { version = "0.2.0-alpha.12", path = "../../libraries/sillad-sosistab3" } arc-writer = { version = "0.2.0-alpha.12", path = "../../libraries/arc-writer" } simple-dns = "0.7.0" diff --git a/libraries/sillad/Cargo.toml b/libraries/sillad/Cargo.toml index aa040046..26b2ece3 100644 --- a/libraries/sillad/Cargo.toml +++ b/libraries/sillad/Cargo.toml @@ -2,7 +2,7 @@ name = "sillad" edition = "2021" description = "A framework for talking about TCP-like dialers and listeners, within the futures-io ecosystem" -version = "0.2.2" +version = "0.2.3" repository.workspace = true license.workspace = true