Bump rcon to 0.5.2, which now includes changes from our fork

This commit is contained in:
timvisee 2021-11-22 18:36:12 +01:00
parent 0f2d7720af
commit 0049ad456c
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -1295,8 +1295,9 @@ dependencies = [
[[package]] [[package]]
name = "rcon" name = "rcon"
version = "0.5.1" version = "0.5.2"
source = "git+https://github.com/timvisee/rust-rcon?rev=6fc6726#6fc67266e2e026aa52a2ce14bfb30ed69ec5b241" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b7fdd146f86bd90fa2d4cf83a28b45f058e90bcf11ed0cce134e757928771e6"
dependencies = [ dependencies = [
"async-std", "async-std",
"bytes", "bytes",

View File

@ -56,7 +56,7 @@ toml = "0.5"
version-compare = "0.1" version-compare = "0.1"
# Feature: rcon # Feature: rcon
rust_rcon = { package = "rcon", git = "https://github.com/timvisee/rust-rcon", rev = "6fc6726", optional = true } rust_rcon = { package = "rcon", version = "0.5.2", optional = true }
async-std = { version = "1.9.0", deafult-features = false, optional = true } async-std = { version = "1.9.0", deafult-features = false, optional = true }
# Feature: lobby # Feature: lobby