Skip to content

Commit

Permalink
chore: update env_logger requirement from 0.8 to 0.10
Browse files Browse the repository at this point in the history
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.8.0...v0.10.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2023
1 parent 5afe9c5 commit a0e3781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paperclip-actix = { path = "plugins/actix-web", version = "0.6.0", optional = tr
paperclip-core = { path = "core", version = "0.6.0" }
paperclip-macros = { path = "macros", version = "0.6.2", optional = true }

env_logger = { version = "0.8", optional = true }
env_logger = { version = "0.10", optional = true }
git2 = { version = "0.15", optional = true }
heck = { version = "0.4", optional = true }
http = { version = "0.2", optional = true }
Expand Down Expand Up @@ -59,7 +59,7 @@ uuid1_dev = { version = "1", features = ["serde"], package = "uuid" }
reqwest = { version = "0.10", features = ["blocking", "json"] }
log = { version = "0.4", features = ["kv_unstable"] }
insta = "1.0"
env_logger = "0.8"
env_logger = "0.10"
validator12 = { version = "0.12", features = ["derive"], package = "validator" }
validator14 = { version = "0.14", features = ["derive"], package = "validator" }
actix-web-httpauth3 = { version = "0.5", package = "actix-web-httpauth" }
Expand Down

0 comments on commit a0e3781

Please sign in to comment.