Skip to content

Commit

Permalink
Bump env_logger from 0.9.3 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.10.0.
- [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.9.3...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2023
1 parent 1bfe43b commit 384bd2f
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 39 deletions.
107 changes: 70 additions & 37 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 bins/matchmaker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mr_messages_lib = { path = "../../libs/messages_lib", features = ["schemars"] }
mr_utils_lib = { path = "../../libs/utils_lib", features = ["kube_discovery", "jwks"] }

anyhow = "1.0"
env_logger = "0.9"
env_logger = "0.10"
futures = "0.3"
hyper = { version = "0.14.19", features = ["server"] }
kube = { version = "0.77.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion bins/persistence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mr_utils_lib = { path = "../../libs/utils_lib", features = ["jwks"] }
actix-web = "4.1.0"
actix-cors = "0.6.1"
anyhow = "1.0"
env_logger = "0.9.0"
env_logger = "0.10.0"
futures = "0.3.19"
headers = "0.3.5"
jwt-compact = { version = "0.6", features = ["std", "clock", "with_rsa"], default-features = false }
Expand Down

0 comments on commit 384bd2f

Please sign in to comment.