From 19982e19596cb773aad711cdcb563bd3b90769b9 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/whirl_api/Cargo.toml') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index b851053..dd5f252 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" -- cgit v1.2.3 From 4b885f4278ad9589eb0fccc4f9d95ea127761262 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_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/whirl_api/Cargo.toml') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index dd5f252..67e4fe1 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" -- cgit v1.2.3 From 5c93e03d43a94511083f9b3f172bb7dd4422cb5a 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/whirl_api/Cargo.toml') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 67e4fe1..58bccb3 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" -- cgit v1.2.3 From 9c7b711870567621734878c7253ba8cdea25c91d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Jan 2022 22:11:16 +0000 Subject: fix(deps): update rust crate actix-web to 3.3.3 --- crates/whirl_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/whirl_api/Cargo.toml') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index b851053..756a688 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Web-server -actix-web = { version = "3.3.2", features = ["rustls"] } +actix-web = { version = "3.3.3", features = ["rustls"] } actix-cors = "0.5.4" axum = "0.1.3" hyper = "0.14.13" -- cgit v1.2.3 From 8cb69427079e882b3573b1772e7a55f254d9f6a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Jan 2022 18:49:37 +0000 Subject: fix(deps): update rust crate curl to 0.4.42 --- crates/whirl_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/whirl_api/Cargo.toml') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index ef8ac44..3daebe6 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.40" +curl = "0.4.42" -- cgit v1.2.3 From 73cd9dcba46dfd3e851ccf66574d296307394380 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Jan 2022 18:49:41 +0000 Subject: fix(deps): update rust crate serde to 1.0.133 --- crates/whirl_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/whirl_api/Cargo.toml') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index ef8ac44..8fd71ff 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.130" +serde = "1.0.133" serde_derive = "1.0.130" # Logging -- cgit v1.2.3 From 65b15cabd5a0a8ae40bd2a239e4656be920b7d9b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Jan 2022 18:58:08 +0000 Subject: fix(deps): update rust crate serde_derive to 1.0.133 --- crates/whirl_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/whirl_api/Cargo.toml') diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index a2e3c47..aa97a82 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.133" -serde_derive = "1.0.130" +serde_derive = "1.0.133" # Logging log = "0.4.14" -- cgit v1.2.3