diff --git a/Cargo.lock b/Cargo.lock index f75528d..80689aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -781,7 +781,7 @@ dependencies = [ [[package]] name = "servers" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 049d34a..1ad8f55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "servers" -version = "0.4.1" +version = "0.4.2" description = "TCP and WebSocket server for Clients written in Rust" homepage = "https://github.com/MedzikUser/servers" repository = "https://github.com/MedzikUser/servers.git" @@ -12,7 +12,7 @@ license = "MIT" edition = "2021" [dependencies] -anyhow = "1.0.61" +anyhow = "1.0.62" async-std = { version = "1.12.0", features = ["attributes"] } async-trait = "0.1.57" clap = { version = "3.2.17", features = ["derive"] }