Skip to content

Commit

Permalink
chore(deps): update rust crate env_logger to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent cf10e64 commit 5873563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tauri-bindgen-gen-guest-ts.workspace = true
tauri-bindgen-gen-guest-js.workspace = true
wit-parser.workspace = true
miette.workspace = true
env_logger = "0.10.0"
env_logger = "0.11.0"
log.workspace = true
clap_complete = "4.4.1"
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/wit-parser/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
env_logger = "0.10.0"
env_logger = "0.11.0"

[dependencies.wit-parser]
path = ".."
Expand Down

0 comments on commit 5873563

Please sign in to comment.