From a4f9c92b32559d1f31dc660c71c6d89cdca9a961 Mon Sep 17 00:00:00 2001 From: Gusted Date: Sat, 22 Oct 2022 21:53:18 +0200 Subject: [PATCH] Update cargo --- Cargo.lock | 4 ++-- db/db-sqlx-maria/Cargo.toml | 1 - db/db-sqlx-postgres/Cargo.toml | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cfcd6ac..41011720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3386,9 +3386,9 @@ dependencies = [ [[package]] name = "urlencoding" -version = "2.1.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821" +checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" [[package]] name = "utf-8" diff --git a/db/db-sqlx-maria/Cargo.toml b/db/db-sqlx-maria/Cargo.toml index 2c5d82e1..7f419404 100644 --- a/db/db-sqlx-maria/Cargo.toml +++ b/db/db-sqlx-maria/Cargo.toml @@ -13,7 +13,6 @@ async-trait = "0.1.51" db-core = {path = "../db-core"} futures = "0.3.15" sqlx = { version = "0.5.13", features = [ "runtime-actix-rustls", "mysql", "time", "offline" ] } -urlencoding = "2.1.2" [dev-dependencies] actix-rt = "2" diff --git a/db/db-sqlx-postgres/Cargo.toml b/db/db-sqlx-postgres/Cargo.toml index 9066b57a..027b7a0e 100644 --- a/db/db-sqlx-postgres/Cargo.toml +++ b/db/db-sqlx-postgres/Cargo.toml @@ -13,7 +13,6 @@ async-trait = "0.1.51" db-core = {path = "../db-core"} futures = "0.3.15" sqlx = { version = "0.5.13", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] } -urlencoding = "2.1.2" [dev-dependencies] actix-rt = "2"