From 14cdcf1ec8767feb64869fe109b8809b42df7485 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Oct 2021 13:21:33 +0000 Subject: fix(deps): update rust crate sysinfo to 0.20.5 --- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_prompt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 1590431..40b76e0 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -20,7 +20,7 @@ axum = "0.1.3" hyper = "0.14.13" # Utility -sysinfo = "0.20.4" +sysinfo = "0.20.5" whirl_common = { path = "../whirl_common" } tokio = { version = "1.12.0", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 278395b..477d857 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.20.4" +sysinfo = "0.20.5" colour = "0.6.0" # Config -- cgit v1.2.3 From f7f0a1e68d4b20e4d0e55d930be5b89836ec84a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 16:14:11 +0000 Subject: fix(deps): update rust crate structopt to 0.3.25 --- crates/whirl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index fb0ee95..1242144 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.23" +structopt = "0.3.25" # Config whirl_config = { path = "../whirl_config" } -- cgit v1.2.3 From e7551708f01765dfb2726948e3bc0028dc5799d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Oct 2021 11:54:35 +0000 Subject: fix(deps): update rust crate flexi_logger to 0.19.5 --- crates/whirl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index fb0ee95..522c70a 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.19.4" +flexi_logger = "0.19.5" human-panic = "1.0.3" # simple-error = "0.2.3" -- cgit v1.2.3 From bcf99146a2101cb0a7d36d10d630a5aa54e89ece Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Oct 2021 16:57:57 +0000 Subject: fix(deps): update rust crate tokio-util to 0.6.9 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 54d6050..5deb546 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -43,7 +43,7 @@ whirl_config = { path = "../whirl_config" } # TCP tokio = { version = "1.12.0", features = ["full"] } -tokio-util = { version = "0.6.8", features = ["codec"] } +tokio-util = { version = "0.6.9", features = ["codec"] } tokio-stream = "0.1.7" # Web-server diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 712983f..29023d5 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -31,7 +31,7 @@ serde_derive = "1.0.130" # TCP tokio = { version = "1.12.0", features = ["full"] } -tokio-util = { version = "0.6.8", features = ["codec"] } +tokio-util = { version = "0.6.9", features = ["codec"] } tokio-stream = "0.1.7" # Config -- cgit v1.2.3 From c20419a5445746e2146dc1da864d59456dfe36ab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Oct 2021 21:44:48 +0000 Subject: fix(deps): update rust crate tokio-stream to 0.1.8 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 5deb546..7a334c8 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -44,7 +44,7 @@ whirl_config = { path = "../whirl_config" } # TCP tokio = { version = "1.12.0", features = ["full"] } tokio-util = { version = "0.6.9", features = ["codec"] } -tokio-stream = "0.1.7" +tokio-stream = "0.1.8" # Web-server actix-web = { version = "3.3.2", features = ["rustls"] } diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 29023d5..4cce7b5 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -32,7 +32,7 @@ serde_derive = "1.0.130" # TCP tokio = { version = "1.12.0", features = ["full"] } tokio-util = { version = "0.6.9", features = ["codec"] } -tokio-stream = "0.1.7" +tokio-stream = "0.1.8" # Config whirl_config = { path = "../whirl_config" } -- cgit v1.2.3 From c25e1655b95d01ae61c800d7fa10c8cc30a78670 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Oct 2021 21:44:53 +0000 Subject: fix(deps): update rust crate tokio to 1.13.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(-) (limited to 'crates') diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 5deb546..ab5a4d4 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -42,7 +42,7 @@ structopt = "0.3.25" whirl_config = { path = "../whirl_config" } # TCP -tokio = { version = "1.12.0", features = ["full"] } +tokio = { version = "1.13.0", features = ["full"] } tokio-util = { version = "0.6.9", features = ["codec"] } tokio-stream = "0.1.7" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 40b76e0..f454724 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -22,7 +22,7 @@ hyper = "0.14.13" # Utility sysinfo = "0.20.5" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.12.0", features = ["full"] } +tokio = { version = "1.13.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 29023d5..526ece9 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.12.0", features = ["full"] } +tokio = { version = "1.13.0", features = ["full"] } tokio-util = { version = "0.6.9", features = ["codec"] } tokio-stream = "0.1.7" -- cgit v1.2.3 From cc192ee06a5b263aed9b9d215329b5dac1e3db97 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Nov 2021 11:35:35 +0000 Subject: fix(deps): update rust crate flexi_logger to 0.19.6 --- crates/whirl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index c09fd96..8c97e68 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.19.5" +flexi_logger = "0.19.6" human-panic = "1.0.3" # simple-error = "0.2.3" -- cgit v1.2.3 From 5344ed0329fac93866e3f6f60ba938437bd09d37 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Nov 2021 15:17:19 +0000 Subject: fix(deps): update rust crate curl to 0.4.40 --- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_prompt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index f454724..5f6d128 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -37,4 +37,4 @@ log = "0.4.14" whirl_config = { path = "../whirl_config" } # Web -curl = "0.4.39" +curl = "0.4.40" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 477d857..963aa73 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -21,4 +21,4 @@ colour = "0.6.0" whirl_config = { path = "../whirl_config" } # Web -curl = "0.4.39" +curl = "0.4.40" -- cgit v1.2.3