aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-04-29 05:43:55 +0000
committerRenovate Bot <[email protected]>2021-04-29 05:43:55 +0000
commit83e8e31769c28daf6227b810c7d1f0ca520f0b34 (patch)
tree15c90be76f04f6fd48de004c354986f826819d10 /Cargo.toml
parentMerge pull request #7 from Whirlsplash/renovate/configure (diff)
downloadwhirl-83e8e31769c28daf6227b810c7d1f0ca520f0b34.tar.xz
whirl-83e8e31769c28daf6227b810c7d1f0ca520f0b34.zip
fix(deps): update rust crate sqlx to 0.5.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d841dbc..0ca020c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ tokio-util = { version = "0.6.5", features = ["codec"] }
tokio-stream = "0.1.5"
# Database
-sqlx = { version = "0.5.1", features = ["runtime-async-std-rustls", "sqlite", "macros", "migrate", "chrono", "time", "tls"] }
+sqlx = { version = "0.5.2", features = ["runtime-async-std-rustls", "sqlite", "macros", "migrate", "chrono", "time", "tls"] }
# Web-server
#actix-web = "3"