Bump rcon to 0.5.2, which now includes changes from our fork
This commit is contained in:
parent
0f2d7720af
commit
0049ad456c
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -1295,8 +1295,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rcon"
|
||||
version = "0.5.1"
|
||||
source = "git+https://github.com/timvisee/rust-rcon?rev=6fc6726#6fc67266e2e026aa52a2ce14bfb30ed69ec5b241"
|
||||
version = "0.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b7fdd146f86bd90fa2d4cf83a28b45f058e90bcf11ed0cce134e757928771e6"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"bytes",
|
||||
|
@ -56,7 +56,7 @@ toml = "0.5"
|
||||
version-compare = "0.1"
|
||||
|
||||
# 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 }
|
||||
|
||||
# Feature: lobby
|
||||
|
Loading…
x
Reference in New Issue
Block a user