-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #303 from blackbeam/bump-dependencies
Update pem to 1.0.1, mysql_common to 0.28.0
- Loading branch information
Showing
5 changed files
with
48 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,11 +45,11 @@ jobs: | |
SSL=false COMPRESS=true cargo test | ||
SSL=true COMPRESS=true cargo test | ||
SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls | ||
SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls | ||
SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03 | ||
SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03 | ||
SSL=false COMPRESS=true cargo test --no-default-features | ||
SSL=false COMPRESS=false cargo test --no-default-features | ||
SSL=false COMPRESS=true cargo test --no-default-features --features flate2/zlib,mysql_common/time03 | ||
SSL=false COMPRESS=false cargo test --no-default-features --features flate2/zlib,mysql_common/time03 | ||
env: | ||
RUST_BACKTRACE: 1 | ||
DATABASE_URL: mysql://root:[email protected]:3306/mysql | ||
|
@@ -91,11 +91,11 @@ jobs: | |
SSL=false COMPRESS=true cargo test | ||
SSL=true COMPRESS=true cargo test | ||
SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls | ||
SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls | ||
SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03 | ||
SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03 | ||
SSL=false COMPRESS=true cargo test --no-default-features | ||
SSL=false COMPRESS=false cargo test --no-default-features | ||
SSL=false COMPRESS=true cargo test --no-default-features --features flate2/zlib,mysql_common/time03 | ||
SSL=false COMPRESS=false cargo test --no-default-features --features flate2/zlib,mysql_common/time03 | ||
env: | ||
RUST_BACKTRACE: 1 | ||
DATABASE_URL: mysql://[email protected]/mysql | ||
|
@@ -142,11 +142,11 @@ jobs: | |
SSL=false COMPRESS=true cargo test | ||
SSL=true COMPRESS=true cargo test | ||
SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls | ||
SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls | ||
SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03 | ||
SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03 | ||
SSL=false COMPRESS=true cargo test --no-default-features | ||
SSL=false COMPRESS=false cargo test --no-default-features | ||
SSL=false COMPRESS=true cargo test --no-default-features --features flate2/zlib,mysql_common/time03 | ||
SSL=false COMPRESS=false cargo test --no-default-features --features flate2/zlib,mysql_common/time03 | ||
env: | ||
RUST_BACKTRACE: 1 | ||
DATABASE_URL: mysql://root:[email protected]/mysql | ||
|
@@ -192,11 +192,11 @@ jobs: | |
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=$SSL cargo test" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=$SSL COMPRESS=true cargo test" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=false COMPRESS=true cargo test --no-default-features" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=false COMPRESS=false cargo test --no-default-features" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=false COMPRESS=true cargo test --no-default-features --features flate2/zlib,mysql_common/time03" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=false COMPRESS=false cargo test --no-default-features --features flate2/zlib,mysql_common/time03" | ||
env: | ||
RUST_BACKTRACE: 1 | ||
DATABASE_URL: mysql://root:[email protected]/mysql | ||
|
@@ -240,8 +240,8 @@ jobs: | |
--performance-schema=on \ | ||
--log-bin=mysql-bin --gtid-domain-id=1 \ | ||
--ssl \ | ||
--ssl-ca=/root/tests/ca-cert.pem \ | ||
--ssl-cert=/root/tests/server-cert.pem \ | ||
--ssl-ca=/root/tests/ca.crt \ | ||
--ssl-cert=/root/tests/server.crt \ | ||
--ssl-key=/root/tests/server-key.pem & | ||
while ! nc -W 1 localhost 3307 | grep -q -P '.+'; do sleep 1; done | ||
docker logs container | ||
|
@@ -260,11 +260,11 @@ jobs: | |
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true cargo test" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=true cargo test" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=false cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=true COMPRESS=true cargo test --no-default-features --features rustls-tls,flate2/zlib,mysql_common/time03" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=false COMPRESS=true cargo test --no-default-features" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=false COMPRESS=false cargo test --no-default-features" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=false COMPRESS=true cargo test --no-default-features --features flate2/zlib,mysql_common/time03" | ||
docker exec container bash -l -c "cd \$HOME && DATABASE_URL=$DATABASE_URL SSL=false COMPRESS=false cargo test --no-default-features --features flate2/zlib,mysql_common/time03" | ||
env: | ||
RUST_BACKTRACE: 1 | ||
DATABASE_URL: mysql://root:[email protected]/mysql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters