Skip to content

Commit

Permalink
chore(deps): bump env_logger from 0.10.1 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.11.1.
- [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.10.1...v0.11.1)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent a81314c commit 6122b47
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 19 deletions.
83 changes: 69 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
log = "0.4"
simple-logging = "2.0.2"
env_logger = "0.10"
env_logger = "0.11"
anyhow = "1"
lazy_static = "1.4.0"
mktemp = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/from-directory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rusqlite_migration = { path = "../../rusqlite_migration", features = [
] }
log = "0.4"
simple-logging = "2.0.2"
env_logger = "0.10"
env_logger = "0.11"
anyhow = "1"
lazy_static = "1.4.0"
mktemp = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
rusqlite_migration = { path = "../../rusqlite_migration" }
log = "0.4"
simple-logging = "2.0.2"
env_logger = "0.10"
env_logger = "0.11"
anyhow = "1"
lazy_static = "1.4.0"
mktemp = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ features = []
tokio = { version = "1.36", features = ["full"] }
tokio-test = "0.4.4"
simple-logging = "2.0.2"
env_logger = "0.10"
env_logger = "0.11"
anyhow = "1"
lazy_static = "1.4.0"
mktemp = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion rusqlite_migration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ features = ["extra_check"]
[dev-dependencies]
tokio-test = "0.4.4"
simple-logging = "2.0.2"
env_logger = "0.10"
env_logger = "0.11"
anyhow = "1"
lazy_static = "1.4.0"
mktemp = "0.5"
Expand Down

0 comments on commit 6122b47

Please sign in to comment.