Skip to content

Commit d16c627

Browse files
committed
fix(deps): update rust crate env_logger to 0.10.1
1 parent 37317c6 commit d16c627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ actix-cors = "0.6.4"
1818
actix-web = "4.4.0"
1919
actix-web-lab = "0.20.0"
2020
chrono = { version = "0.4.31", features = ["serde"] }
21-
env_logger = "0.10.0"
21+
env_logger = "0.10.1"
2222
juniper = "0.15.11"
2323
log = "0.4.20"
2424
sea-orm = { version = "0.12", features = ["sqlx-postgres", "runtime-actix-rustls"] }

0 commit comments

Comments
 (0)