Skip to content

Commit

Permalink
Merge pull request #372 from jsinger67/dependabot/cargo/env_logger-0.…
Browse files Browse the repository at this point in the history
…11.4

Bump env_logger from 0.11.3 to 0.11.4
  • Loading branch information
jsinger67 committed Jul 24, 2024
2 parents 7351855 + 0ae1939 commit 872359f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0"
clap = { version = "4.5", features = [ "derive", "cargo" ] }
derive_builder = "0.20.0"
derive-new = "0.6.0"
env_logger = "0.11.3"
env_logger = "0.11.4"
function_name = "0.3.0"
petgraph = "0.6.5"
syntree = "0.14.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/parol_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ thiserror = { workspace = true }

[dev-dependencies]
criterion = "0.5.1"
env_logger = "0.11.3"
env_logger = "0.11.4"
parol-macros = { path = "../parol-macros", version = "0.2.0" }
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
Expand Down

0 comments on commit 872359f

Please sign in to comment.