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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2022
1 parent db3b920 commit 30a2c95
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 @@ -22,7 +22,7 @@ paperclip-actix = { path = "plugins/actix-web", version = "0.5.1", optional = tr
paperclip-core = { path = "core", version = "0.5.2" }
paperclip-macros = { path = "macros", version = "0.6.1", 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 @@ -60,7 +60,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 30a2c95

Please sign in to comment.