Skip to content

Commit 2aac82f

Browse files
Update Rust crate env_logger to 0.10.0 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b90362a commit 2aac82f

File tree

2 files changed

+144
-15
lines changed

2 files changed

+144
-15
lines changed

Cargo.lock

Lines changed: 143 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
actix-web = "4"
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
12-
env_logger = "0.9.3"
12+
env_logger = "0.10.0"
1313
log = "0.4"
1414
futures = "0.3"
1515
utoipa = { version = "2", features = ["actix_extras"] }

0 commit comments

Comments
 (0)