Skip to content

Commit

Permalink
Merge pull request #11 from domnikl/renovate/env_logger-0.x
Browse files Browse the repository at this point in the history
Update Rust crate env_logger to 0.11.0
  • Loading branch information
domnikl authored May 17, 2024
2 parents e1ca26c + b4940a1 commit 8536881
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 34 deletions.
114 changes: 81 additions & 33 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ openidconnect = { version = "~3.5.0", features = ["accept-rfc3339-timestamps"] }
actix-session = { version = "0.9.0", features = ["cookie-session"] }
chrono = { version = "0.4.35", features = ["serde"] }
hyper-rustls = { version = "0.24.0", features = ["http2"] }
env_logger = "0.10.0"
env_logger = "0.11.0"
log = "0.4.17"
futures-util = "0.3.28"
diesel_migrations = { version = "2.1.0", features = ["postgres"] }
Expand Down

0 comments on commit 8536881

Please sign in to comment.