From 1048d942c72de538d94ed422c7245d7ec26307e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 08:21:57 +0000 Subject: [PATCH] Update rcon requirement from 0.2.0 to 0.5.2 Updates the requirements on [rcon](https://github.com/panicbit/rust-rcon) to permit the latest version. - [Release notes](https://github.com/panicbit/rust-rcon/releases) - [Changelog](https://github.com/panicbit/rust-rcon/blob/master/CHANGELOG.md) - [Commits](https://github.com/panicbit/rust-rcon/compare/v0.2.0...v0.5.2) --- updated-dependencies: - dependency-name: rcon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99d93bf..a1f7dc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ sqlx = { version = "0.5", features = ["runtime-async-std-rustls", "postgres", "m uuid = { version = "*", features = ["v4"] } serde_json = "^1.0.45" serde = { version = "1.0", features = ["derive"] } -rcon = "0.2.0" +rcon = "0.5.2" regex = "1" lazy_static = "1.4.0" async-trait = "0.1.40"