Skip to content

Commit

Permalink
Update log dependency to 0.4.4
Browse files Browse the repository at this point in the history
Some valid versions of log 0.4.x don't work with Rust 2018 idioms so
update the version specifier here to require at least 0.4.4
  • Loading branch information
bradfier committed Apr 2, 2022
1 parent 789e1c1 commit b9d9e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ssl-rustls = ["rustls", "rustls-pemfile", "zeroize"]
ascii = "1.0"
chunked_transfer = "1"
url = "2"
log = "0.4"
log = "0.4.4"
time = { version = "0.3", features = [ "std", "formatting", "macros", "parsing" ] }

openssl = { version = "0.10", optional = true }
Expand Down

0 comments on commit b9d9e8a

Please sign in to comment.