From dedcb536f8cd9f925c3f4569169001a7e3bcad7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:56:56 +0000 Subject: [PATCH] build(deps): bump log from 0.4.17 to 0.4.20 Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.20. - [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.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d808f17..1405c09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,12 +154,9 @@ checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" [[package]] name = "log" -version = "0.4.17" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 5fe671b..a0fb6f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ path = "src/main.rs" [dependencies] lenra-app = { version = "1.0.0-beta.1" } -log = "0.4.17" +log = "0.4.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"