From a40a54c77c8b0b0115b044c987da74088414a8be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Aug 2021 18:11:18 +0000 Subject: fix(deps): update rust crate serde to 1.0.128 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_config/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index d9405f0..e1dfb2f 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -32,7 +32,7 @@ bytes = "1.0.1" byteorder = "1.4.3" # Serialization -serde = "1.0.127" +serde = "1.0.128" serde_derive = "1.0.127" # CLI diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 9467d72..4eeec34 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -27,7 +27,7 @@ num-traits = "0.2.14" qstring = "0.7.2" # Serialization -serde = "1.0.127" +serde = "1.0.128" serde_derive = "1.0.127" # Logging diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 22dfd86..59c0deb 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -17,7 +17,7 @@ publish = false config = "0.11.0" # Serialization -serde = "1.0.127" +serde = "1.0.128" serde_derive = "1.0.127" # Logging diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 5d766f5..f4d0810 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -26,7 +26,7 @@ bytes = "1.0.1" byteorder = "1.4.3" # Serialization -serde = "1.0.127" +serde = "1.0.128" serde_derive = "1.0.127" # TCP -- cgit v1.2.3 From 43a52c138d5b361e4703a755fb0fdfc95653856f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Aug 2021 19:21:43 +0000 Subject: fix(deps): update rust crate serde_derive to 1.0.128 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_config/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index e1dfb2f..105d887 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # CLI structopt = "0.3.22" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 4eeec34..b183853 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -28,7 +28,7 @@ qstring = "0.7.2" # Serialization serde = "1.0.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 59c0deb..5a9b83d 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -18,7 +18,7 @@ config = "0.11.0" # Serialization serde = "1.0.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index f4d0810..1b74adf 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -27,7 +27,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # TCP tokio = { version = "1.10.0", features = ["full"] } -- cgit v1.2.3 From 8700f9ddf08d4143cb429a727739400afd7b0af0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Aug 2021 16:19:45 +0000 Subject: fix(deps): update rust crate sysinfo to 0.20.1 --- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_prompt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index b183853..f182b89 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -20,7 +20,7 @@ axum = "0.1.3" hyper = "0.14.11" # Utility -sysinfo = "0.20.0" +sysinfo = "0.20.1" whirl_common = { path = "../whirl_common" } tokio = { version = "1.10.0", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 788ff25..ad74bf2 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.20.0" +sysinfo = "0.20.1" colour = "0.6.0" # Config -- cgit v1.2.3 From 84dce6bcd91a7dbcad63d53fcf2b25a3471866aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Aug 2021 22:35:49 +0000 Subject: fix(deps): update rust crate serde to 1.0.129 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_config/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 105d887..a912f9b 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -32,7 +32,7 @@ bytes = "1.0.1" byteorder = "1.4.3" # Serialization -serde = "1.0.128" +serde = "1.0.129" serde_derive = "1.0.128" # CLI diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index b183853..3ebd2a3 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -27,7 +27,7 @@ num-traits = "0.2.14" qstring = "0.7.2" # Serialization -serde = "1.0.128" +serde = "1.0.129" serde_derive = "1.0.128" # Logging diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 5a9b83d..6282c0a 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -17,7 +17,7 @@ publish = false config = "0.11.0" # Serialization -serde = "1.0.128" +serde = "1.0.129" serde_derive = "1.0.128" # Logging diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 1b74adf..b310cfb 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -26,7 +26,7 @@ bytes = "1.0.1" byteorder = "1.4.3" # Serialization -serde = "1.0.128" +serde = "1.0.129" serde_derive = "1.0.128" # TCP -- cgit v1.2.3 From 0d478d4fde197a911b95de8519863c7bc8c25e81 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Aug 2021 23:24:27 +0000 Subject: fix(deps): update rust crate serde_derive to 1.0.129 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_config/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index a912f9b..3476139 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.129" -serde_derive = "1.0.128" +serde_derive = "1.0.129" # CLI structopt = "0.3.22" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 93af481..2001767 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -28,7 +28,7 @@ qstring = "0.7.2" # Serialization serde = "1.0.129" -serde_derive = "1.0.128" +serde_derive = "1.0.129" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 6282c0a..47941fe 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -18,7 +18,7 @@ config = "0.11.0" # Serialization serde = "1.0.129" -serde_derive = "1.0.128" +serde_derive = "1.0.129" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index b310cfb..341cf3a 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -27,7 +27,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.129" -serde_derive = "1.0.128" +serde_derive = "1.0.129" # TCP tokio = { version = "1.10.0", features = ["full"] } -- cgit v1.2.3 From 93d944b5227516a8fbaca1e1edc713c7289c1f02 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Aug 2021 17:19:38 +0000 Subject: fix(deps): update rust crate tokio to 1.10.1 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 3476139..db5b100 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -42,7 +42,7 @@ structopt = "0.3.22" whirl_config = { path = "../whirl_config" } # TCP -tokio = { version = "1.10.0", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 2001767..fec405b 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -22,7 +22,7 @@ hyper = "0.14.11" # Utility sysinfo = "0.20.1" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.10.0", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } num-traits = "0.2.14" qstring = "0.7.2" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 341cf3a..9d5c5f4 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.129" serde_derive = "1.0.129" # TCP -tokio = { version = "1.10.0", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" -- cgit v1.2.3 From e126aa83f4a2c2798d96d11e305c3f60c6b8af52 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Aug 2021 23:55:26 +0000 Subject: fix(deps): update rust crate hyper to 0.14.12 --- crates/whirl_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index fec405b..cb0eb3f 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -17,7 +17,7 @@ publish = false actix-web = { version = "3.3.2", features = ["rustls"] } actix-cors = "0.5.4" axum = "0.1.3" -hyper = "0.14.11" +hyper = "0.14.12" # Utility sysinfo = "0.20.1" -- cgit v1.2.3 From 5ef9335c1e10d7b75f1fd16f173c8081f9f57583 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Aug 2021 02:25:00 +0000 Subject: chore(deps): update dependency husky to v7.0.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b7d260..0d8cc36 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@commitlint/config-conventional": "13.1.0", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", - "husky": "7.0.1" + "husky": "7.0.2" } } diff --git a/yarn.lock b/yarn.lock index 6f8ee57..13c5095 100644 --- a/yarn.lock +++ b/yarn.lock @@ -775,10 +775,10 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -husky@7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c" - integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA== +husky@7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff" + integrity sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg== iconv-lite@^0.4.24: version "0.4.24" -- cgit v1.2.3 From 221f8e62e8cb27cfd3f52f60d63c00bb9df7d75a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Aug 2021 17:05:35 +0000 Subject: fix(deps): update rust crate bytes to 1.1.0 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index db5b100..e439a18 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -28,7 +28,7 @@ async-trait = "0.1.51" whirl_common = { path = "../whirl_common" } # Byte Manipulation -bytes = "1.0.1" +bytes = "1.1.0" byteorder = "1.4.3" # Serialization diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 9d5c5f4..bb86bbd 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -22,7 +22,7 @@ num-traits = "0.2.14" num-derive = "0.3.3" # Byte Manipulation -bytes = "1.0.1" +bytes = "1.1.0" byteorder = "1.4.3" # Serialization -- cgit v1.2.3 From b68087ec0f507b0e661ec62b10373b6851b00ebf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Aug 2021 16:27:32 +0000 Subject: fix(deps): update rust crate flexi_logger to 0.18.1 --- crates/whirl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index e439a18..827d1fc 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -18,7 +18,7 @@ dotenv = "0.15.0" # Logging log = "0.4.14" -flexi_logger = "0.18.0" +flexi_logger = "0.18.1" human-panic = "1.0.3" # simple-error = "0.2.3" -- cgit v1.2.3 From d43b2a0d662001bcddddc43c40e826727aa675a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Aug 2021 19:07:34 +0000 Subject: fix(deps): update rust crate serde_derive to 1.0.130 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_config/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 827d1fc..bb67ad9 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.129" -serde_derive = "1.0.129" +serde_derive = "1.0.130" # CLI structopt = "0.3.22" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index cb0eb3f..9ff5087 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -28,7 +28,7 @@ qstring = "0.7.2" # Serialization serde = "1.0.129" -serde_derive = "1.0.129" +serde_derive = "1.0.130" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 47941fe..af49cee 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -18,7 +18,7 @@ config = "0.11.0" # Serialization serde = "1.0.129" -serde_derive = "1.0.129" +serde_derive = "1.0.130" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index bb86bbd..463f2ed 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -27,7 +27,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.129" -serde_derive = "1.0.129" +serde_derive = "1.0.130" # TCP tokio = { version = "1.10.1", features = ["full"] } -- cgit v1.2.3 From 41eefd1c83c8c64d85154f508aab765717c443ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Aug 2021 23:37:14 +0000 Subject: fix(deps): update rust crate serde to 1.0.130 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_config/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index bb67ad9..4be374e 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -32,7 +32,7 @@ bytes = "1.1.0" byteorder = "1.4.3" # Serialization -serde = "1.0.129" +serde = "1.0.130" serde_derive = "1.0.130" # CLI diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 9ff5087..4da3bd7 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -27,7 +27,7 @@ num-traits = "0.2.14" qstring = "0.7.2" # Serialization -serde = "1.0.129" +serde = "1.0.130" serde_derive = "1.0.130" # Logging diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index af49cee..476166e 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -17,7 +17,7 @@ publish = false config = "0.11.0" # Serialization -serde = "1.0.129" +serde = "1.0.130" serde_derive = "1.0.130" # Logging diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 463f2ed..aa72cc1 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -26,7 +26,7 @@ bytes = "1.1.0" byteorder = "1.4.3" # Serialization -serde = "1.0.129" +serde = "1.0.130" serde_derive = "1.0.130" # TCP -- cgit v1.2.3 From 16b80cfd6edf0de445ddddb7b145885224857355 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 28 Aug 2021 17:44:07 -0700 Subject: feat(readme): add sub-moto --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 64d94d0..13cb0d5 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,8 @@ width="220">

-

The Open-Source WorldServer.

+

The Open-Source WorldServer

+

A Worlds united

-- cgit v1.2.3 From d7ec27cbe0cf7c28632b4fb65ae5c390d5643290 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Aug 2021 13:57:17 +0000 Subject: fix(deps): update rust crate sysinfo to 0.20.2 --- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_prompt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 4da3bd7..d67d630 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -20,7 +20,7 @@ axum = "0.1.3" hyper = "0.14.12" # Utility -sysinfo = "0.20.1" +sysinfo = "0.20.2" whirl_common = { path = "../whirl_common" } tokio = { version = "1.10.1", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index ad74bf2..a5f8838 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.20.1" +sysinfo = "0.20.2" colour = "0.6.0" # Config -- cgit v1.2.3 From 42b6ae992a73f0f90a5a3b3ef5c402c0531ede1c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Aug 2021 18:07:17 +0000 Subject: fix(deps): update rust crate structopt to 0.3.23 --- crates/whirl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 4be374e..5a7d649 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -36,7 +36,7 @@ serde = "1.0.130" serde_derive = "1.0.130" # CLI -structopt = "0.3.22" +structopt = "0.3.23" # Config whirl_config = { path = "../whirl_config" } -- cgit v1.2.3 From 92c5b24acb59f8a978e35aed7f7bdcca236b49e5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 Aug 2021 07:50:22 +0000 Subject: fix(deps): update rust crate signal-hook to 0.3.10 --- crates/whirl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 4be374e..6dc3104 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -65,4 +65,4 @@ mimalloc = { version = "0.1.26", default-features = false } jemallocator = "0.3.2" # Signal -signal-hook = "0.3.9" +signal-hook = "0.3.10" -- cgit v1.2.3 From d4df39d2f11d23b3408c127d0884cd5b6d8ac9dd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 Aug 2021 23:10:40 +0000 Subject: fix(deps): update rust crate tokio to 1.11.0 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 5959fc1..932d1e4 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -42,7 +42,7 @@ structopt = "0.3.23" whirl_config = { path = "../whirl_config" } # TCP -tokio = { version = "1.10.1", features = ["full"] } +tokio = { version = "1.11.0", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index d67d630..6373f1b 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -22,7 +22,7 @@ hyper = "0.14.12" # Utility sysinfo = "0.20.2" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.10.1", features = ["full"] } +tokio = { version = "1.11.0", features = ["full"] } num-traits = "0.2.14" qstring = "0.7.2" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index aa72cc1..898a178 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.130" serde_derive = "1.0.130" # TCP -tokio = { version = "1.10.1", features = ["full"] } +tokio = { version = "1.11.0", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" -- cgit v1.2.3