Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit bb29d03

Browse files
Update env_logger requirement from 0.7.1 to 0.10.0
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.7.1...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91b5423 commit bb29d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ actix = "0.10.0" # Actor communication between handlers and Git
1313
actix-rt = "1.1.1" # Actix macros
1414
actix-web = "3.0.2" # Web framework
1515
clap = "4.1.6" # CLI argument parsing
16-
env_logger = "0.7.1" # Configure logging level with env variables
16+
env_logger = "0.10.0" # Configure logging level with env variables
1717
log = "0.4.11" # Logging facade
1818
serde = "1.0.114" # Serialisation of results
1919
serde_derive = "1.0.114" # Macros for deriving Serde converstions

0 commit comments

Comments
 (0)