Skip to content

Commit 447ae75

Browse files
committed
Bump env_logger
1 parent 5c62f79 commit 447ae75

File tree

3 files changed

+102
-7
lines changed

3 files changed

+102
-7
lines changed

Cargo.lock

Lines changed: 100 additions & 5 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
@@ -39,7 +39,7 @@ openssl = "0.9.14"
3939
curl = "0.4"
4040
oauth2 = "0.3"
4141
log = "0.3"
42-
env_logger = "0.4"
42+
env_logger = "0.5"
4343
hex = "0.3"
4444
htmlescape = "0.3.1"
4545
license-exprs = "^1.3"

src/bin/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::sync::Arc;
1414

1515
fn main() {
1616
// Initialize logging
17-
env_logger::init().unwrap();
17+
env_logger::init();
1818
let config: cargo_registry::Config = Default::default();
1919

2020
// If there isn't a git checkout containing the crate index repo at the path specified

0 commit comments

Comments
 (0)