Skip to content

Commit

Permalink
Update env_logger to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Apr 16, 2024
1 parent 6a2617c commit 85befcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-openapi-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4", default-features = false, features = [
"derive", # for #[derive(clap::Parser)]
"std", # "`std` feature is currently required to build `clap`"
] }
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
futures-util = { version = "0.3", default-features = false, features = [
"alloc", # for futures_util::stream::FuturesUnordered
] }
Expand Down

0 comments on commit 85befcb

Please sign in to comment.