mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-10 11:02:55 +00:00
Update log requirement to 0.4.3 (#353)
* Update log requirement to 0.4.3 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-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits/env_logger-0.4.3) Signed-off-by: dependabot[bot] <support@dependabot.com> * Update Cargo.toml
This commit is contained in:
committed by
Paul Masurel
parent
52b4575245
commit
1b470dd474
@@ -23,7 +23,7 @@ lz4 = {version="1.20", optional=true}
|
||||
snap = {version="0.2"}
|
||||
atomicwrites = {version="0.2.2", optional=true}
|
||||
tempfile = "3.0"
|
||||
log = "0.3.6"
|
||||
log = "0.4"
|
||||
combine = "2.2"
|
||||
tempdir = "0.3"
|
||||
serde = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user