chore(release): v0.4.2

- **fix**: update anyhow to v1.0.62
This commit is contained in:
MedzikUser 2022-08-17 11:56:29 +02:00
parent 5d2afe3719
commit bf1c3c4092
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -781,7 +781,7 @@ dependencies = [
[[package]]
name = "servers"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"anyhow",
"async-std",

View File

@ -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"] }