aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-29 05:00:19 +0000
committerGitHub <noreply@github.com>2023-05-29 05:00:19 +0000
commitfd6ee5f62b0b06997af1d6714d3aacaaa1c21b99 (patch)
tree812d17647ea4e8fd0712f08465f9ea608759be44
parentBump deps (diff)
downloadminiserve-fd6ee5f62b0b06997af1d6714d3aacaaa1c21b99.tar.gz
miniserve-fd6ee5f62b0b06997af1d6714d3aacaaa1c21b99.zip
Bump log from 0.4.17 to 0.4.18
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [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.17...0.4.18) --- 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.lock7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5905073..3e06655 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1461,12 +1461,9 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.17"
+version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
-dependencies = [
- "cfg-if",
-]
+checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
[[package]]
name = "mac"