aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-12 18:40:12 +0000
committerGitHub <[email protected]>2022-01-12 18:40:12 +0000
commitee623f429e2d75b054e42f4eab4ce31a6e337f83 (patch)
tree65cc3673f0a7f30646f51f27339e6eea4507f167 /crates/whirl_api
parentfeat(server): indicate which server type accepted client (diff)
parentchore(deps): update commitlint monorepo (diff)
downloadarchived-whirl-ee623f429e2d75b054e42f4eab4ce31a6e337f83.tar.xz
archived-whirl-ee623f429e2d75b054e42f4eab4ce31a6e337f83.zip
Merge pull request #128 from Whirlsplash/renovate/major-commitlint-monorepo
chore(deps): update commitlint monorepo (major)
Diffstat (limited to 'crates/whirl_api')
-rw-r--r--crates/whirl_api/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 1590431..5f6d128 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -20,9 +20,9 @@ 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"] }
+tokio = { version = "1.13.0", features = ["full"] }
num-traits = "0.2.14"
qstring = "0.7.2"
@@ -37,4 +37,4 @@ log = "0.4.14"
whirl_config = { path = "../whirl_config" }
# Web
-curl = "0.4.39"
+curl = "0.4.40"