Browse Source

Merge pull request #449 from aya-rs/dependabot/cargo/env_logger-0.10

build(deps): update env_logger requirement from 0.9 to 0.10
Michal Rostecki 2 years ago
parent
commit
f9bef9f8c0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      aya-log/Cargo.toml
  2. 1 1
      test/integration-test/Cargo.toml

+ 1 - 1
aya-log/Cargo.toml

@@ -19,7 +19,7 @@ bytes = "1.1"
 tokio = { version = "1.2.0" }
 
 [dev-dependencies]
-env_logger = "0.9"
+env_logger = "0.10"
 testing_logger = "0.1.1"
 
 [lib]

+ 1 - 1
test/integration-test/Cargo.toml

@@ -8,7 +8,7 @@ publish = false
 anyhow = "1"
 aya = { path = "../../aya" }
 clap = { version = "3", features = ["derive"] }
-env_logger = "0.9"
+env_logger = "0.10"
 inventory = "0.2"
 integration-test-macros = { path = "../integration-test-macros" }
 lazy_static = "1"