Skip to content

Commit

Permalink
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 Aug 15, 2024
1 parent caa0f45 commit 51b92d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zirgen/circuit/fib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log = "0.4"
risc0-zkp = { workspace = true, features = ["default"] }

[dev-dependencies]
env_logger = "0.10"
env_logger = "0.11"

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
Expand Down

0 comments on commit 51b92d1

Please sign in to comment.