From 1aac64255e77050e8a3164fb4f08ad6bf1c6ae29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:03:43 +0000 Subject: [PATCH] Bump log from 0.4.14 to 0.4.19 Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.19. - [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.19) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- token-lending/program/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 286dd03..66805fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,12 +1749,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" -dependencies = [ - "cfg-if", -] +checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "lru" diff --git a/token-lending/program/Cargo.toml b/token-lending/program/Cargo.toml index b021e02..a759a2f 100644 --- a/token-lending/program/Cargo.toml +++ b/token-lending/program/Cargo.toml @@ -26,7 +26,7 @@ uint = "=0.9.0" [dev-dependencies] assert_matches = "1.5.0" base64 = "0.13" -log = "0.4.14" +log = "0.4.19" proptest = "1.0" solana-program-test = "=1.10.29" solana-sdk = "=1.10.29"