Skip to content

Commit

Permalink
Merge pull request #107 from friendbear/dependabot/cargo/env_logger-0…
Browse files Browse the repository at this point in the history
….11.0

Bump env_logger from 0.10.0 to 0.11.0
  • Loading branch information
friendbear authored Jul 12, 2024
2 parents 7e6fa4b + de339f8 commit 3de763c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 practice_collection/external_crate_use/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actix-http = "3.4.0"
actix-web = { version = "4.4.0", features = ["openssl"] }
anyhow = "1.0.75"
dotenv = "0.15.0"
env_logger = "0.10.0"
env_logger = "0.10.2"
log = "0.4.20"
mime = "0.3.17"
serde = { version = "1.0.193", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion practice_collection/or_mapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.75"
async-trait = "0.1.73"
chrono = "0.4.31"
dotenv = "0.15.0"
env_logger = "0.10.0"
env_logger = "0.10.2"
log = "0.4.20"
lombok = "0.4.0"
proc-macro2 = "1.0.69"
Expand Down
2 changes: 1 addition & 1 deletion practice_collection/web_framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ actix-http = "3.4.0"
actix-web = "4.4.0"
anyhow = "1.0.75"
dotenv = "0.15.0"
env_logger = "0.10.0"
env_logger = "0.10.2"
log = "0.4.20"
mime = "0.3.17"
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit 3de763c

Please sign in to comment.