chore: bump log from 0.4.11 to 0.4.14 (#18323)

* chore: bump log from 0.4.11 to 0.4.14

Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.14.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.14)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Make version consistent

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-06-30 18:32:01 +00:00
committed by GitHub
parent bb18ec8893
commit 78968d132f
47 changed files with 136 additions and 136 deletions

View File

@@ -24,7 +24,7 @@ futures-util = "0.3.5"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.97"
log = { version = "0.4.11" }
log = { version = "0.4.14" }
num_cpus = "1.13.0"
prost = "0.7.0"
rand = "0.7.0"