diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-23 04:16:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 04:16:34 +0000 |
commit | 0332f55b32a5e8e7c19c6300fb5402acb69e1bd2 (patch) | |
tree | cbe41ffe994c884fbe0349808ed883a1f4afc99a | |
parent | Bump deps (diff) | |
download | miniserve-0332f55b32a5e8e7c19c6300fb5402acb69e1bd2.tar.gz miniserve-0332f55b32a5e8e7c19c6300fb5402acb69e1bd2.zip |
Bump log from 0.4.14 to 0.4.16
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [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/commits)
---
updated-dependencies:
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1308,9 +1308,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" dependencies = [ "cfg-if", ] |