diff --git a/Cargo.lock b/Cargo.lock --- a/Cargo.lock +++ b/Cargo.lock @@ -3332,7 +3332,7 @@ [[package]] name = "sandhole" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.1.3" +version = "0.1.4" edition = "2021" rust-version = "1.75.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding."