diff --git a/Cargo.lock b/Cargo.lock index 622aae7..24b44ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2194,7 +2194,7 @@ dependencies = [ [[package]] name = "tunnelto" -version = "0.1.10" +version = "0.1.11" dependencies = [ "askama", "bytes", diff --git a/tunnelto/Cargo.toml b/tunnelto/Cargo.toml index b33318b..a1003aa 100644 --- a/tunnelto/Cargo.toml +++ b/tunnelto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tunnelto" description = "expose your local web server to the internet with a public url" -version = "0.1.10" +version = "0.1.11" authors = ["Alex Grinman "] edition = "2018" license = "MIT"