Update deps

This commit is contained in:
Luca Palmieri 2022-10-01 14:28:12 +01:00
parent 7df7b7ff52
commit 03f5e6f5b5
3 changed files with 338 additions and 343 deletions

View file

@ -33,7 +33,7 @@ jobs:
ports:
- 6379:6379
env:
SQLX_VERSION: 0.5.7
SQLX_VERSION: 0.6.2
SQLX_FEATURES: postgres
steps:
- name: Checkout repository
@ -120,7 +120,7 @@ jobs:
ports:
- 5432:5432
env:
SQLX_VERSION: 0.5.7
SQLX_VERSION: 0.6.2
SQLX_FEATURES: postgres
steps:
- name: Checkout repository
@ -182,7 +182,7 @@ jobs:
ports:
- 6379:6379
env:
SQLX_VERSION: 0.5.7
SQLX_VERSION: 0.6.2
SQLX_FEATURES: postgres
steps:
- name: Checkout repository

673
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ fi
if ! [ -x "$(command -v sqlx)" ]; then
echo >&2 "Error: sqlx is not installed."
echo >&2 "Use:"
echo >&2 " cargo install --version=0.6.0 sqlx-cli --no-default-features --features postgres"
echo >&2 " cargo install --version='~0.6' sqlx-cli --no-default-features --features rustls,postgres"
echo >&2 "to install it."
exit 1
fi