Skip to content

Commit

Permalink
deps: upgrade env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Mar 9, 2024
1 parent a4bc530 commit 6b1db31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
api = { path = "crates/api", package = "quizzo-api" }
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
hex = "0.4"
hyper-util = { version = "0.1.1", features = ["tokio"] }
log = "0.4"
Expand Down

0 comments on commit 6b1db31

Please sign in to comment.