Bump log from 0.4.14 to 0.4.15 (#559)

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.15.
- [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.14...0.4.15)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-22 13:32:08 +01:00 committed by GitHub
parent 45de5c763e
commit 0d9e500988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1723,9 +1723,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.14"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
checksum = "1c4dcd960cc540667f619483fc99102f88d6118b87730e24e8fbe8054b7445e4"
dependencies = [
"cfg-if",
"value-bag",

View file

@ -38,7 +38,7 @@ shellexpand = "2.1.0"
tokio = { version = "1.16.1", features = ["full"] }
typed-builder = "0.10.0"
url = { version = "2.2.2", features = ["serde"] }
log = "0.4.14"
log = "0.4.15"
path-clean = "0.1.0"
percent-encoding = "2.1.0"
async-stream = "0.3.3"