Skip to content

Commit

Permalink
Update log requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [log](https://github.com/rust-lang/log) to permit the latest version.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@env_logger-0.3.3...0.4.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mbrt committed Mar 28, 2020
1 parent 67df1f5 commit 8bf5b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -24,4 +24,4 @@ unstable = ["lints", "nightly"] # for building with travis-cargo
libc = "0.2"
librsync-sys = { version = "0.1", path = "librsync-sys" }
clippy = { version = "< 1", optional = true }
log = { version = "0.3", optional = true }
log = { version = "0.4", optional = true }

0 comments on commit 8bf5b8d

Please sign in to comment.