update env_logger to 0.10

This commit is contained in:
Rob Ede 2023-07-01 23:52:37 +01:00
parent f08e7cd300
commit 77b3cceffa
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
5 changed files with 12 additions and 16 deletions

View File

@ -49,17 +49,14 @@ jobs:
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: workaround MSRV issues
if: matrix.version != 'stable'
run: |
cargo install cargo-edit --version=0.8.0
cargo add const-str@0.3 --dev -p=actix-web
cargo add const-str@0.3 --dev -p=awc
# - name: workaround MSRV issues
# if: matrix.version != 'stable'
# run: |
- name: workaround MSRV issues
if: matrix.version != 'stable'
run: |
cargo update -p=zstd-sys --precise=2.0.1+zstd.1.5.2
# - name: workaround MSRV issues
# if: matrix.version != 'stable'
# run: |
# cargo update -p=zstd-sys --precise=2.0.1+zstd.1.5.2
- name: check minimal
run: cargo ci-check-min

View File

@ -106,7 +106,7 @@ actix-web = "4"
async-stream = "0.3"
criterion = { version = "0.4", features = ["html_reports"] }
env_logger = "0.9"
env_logger = "0.10"
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
memchr = "2.4"
once_cell = "1.9"

View File

@ -32,7 +32,6 @@ actix-test = "0.1"
awc = { version = "3", default-features = false }
actix-web = { version = "4", features = ["macros"] }
env_logger = "0.10"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
mime = "0.3"
env_logger = "0.9"
futures-util = { version = "0.3.17", default-features = false }

View File

@ -104,7 +104,7 @@ awc = { version = "3", features = ["openssl"] }
brotli = "3.3.3"
const-str = "0.3"
criterion = { version = "0.4", features = ["html_reports"] }
env_logger = "0.9"
env_logger = "0.10"
flate2 = "1.0.13"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
rand = "0.8"

View File

@ -99,7 +99,7 @@ actix-web = { version = "4", features = ["openssl"] }
brotli = "3.3.3"
const-str = "0.3"
env_logger = "0.9"
env_logger = "0.10"
flate2 = "1.0.13"
futures-util = { version = "0.3.17", default-features = false }
static_assertions = "1.1"