Skip to content

Commit

Permalink
Bump env_logger from 0.11.5 to 0.11.6 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 6251ecc commit f33f2c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 typify-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unicode-ident = "1.0.14"


[dev-dependencies]
env_logger = "0.11.5"
env_logger = "0.11.6"
expectorate = "1.1.0"
paste = "1.0.15"
rustfmt-wrapper = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ typify-impl = { version = "0.2.0", path = "../typify-impl" }

[dev-dependencies]
chrono = { version = "0.4.39", features = ["serde"] }
env_logger = "0.11.5"
env_logger = "0.11.6"
expectorate = "1.1.0"
glob = "0.3.1"
quote = "1.0.37"
Expand Down

0 comments on commit f33f2c4

Please sign in to comment.