Skip to content

Commit

Permalink
build(deps): Update env_logger requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 009fa8f commit 84edf6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio-rustls = { version = "0.25", default-features = false, features = ["loggin
rustls = { version = "0.22", default-features = false, features = ["logging", "tls12"] }
pki-types = { package = "rustls-pki-types", version = "1" }
rustls-rustcrypto = { git = "https://github.com/RustCrypto/rustls-rustcrypto", version = "0.1" }
env_logger = { version = "0.10" }
env_logger = { version = "0.11" }

[target.'cfg(target_os = "hermit")'.dependencies.hermit]
path = "../../hermit"
Expand Down
2 changes: 1 addition & 1 deletion examples/webserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ http-body-util = "0.1"
hyper = { version = "1", default-features = false }
hyper-util = { version = "0.1", default-features = false, features = ["server-auto", "tokio"] }
tokio = { version = "1.0", features = ["macros", "net", "rt", "parking_lot"] }
env_logger = { version = "0.10" }
env_logger = { version = "0.11" }

[target.'cfg(target_os = "hermit")'.dependencies.hermit]
path = "../../hermit"
Expand Down

0 comments on commit 84edf6f

Please sign in to comment.