From 22fb373ab209e930c83887a6156fc9e627498751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:01:01 -0600 Subject: [PATCH] Bump target-lexicon from 0.12.13 to 0.12.14 (#1992) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a14107c8..65d0a567a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3496,9 +3496,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.13" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" +checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "task-local-extensions" diff --git a/Cargo.toml b/Cargo.toml index 01330dbef..bca04db62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ serde = { version = "1.0.194" } serde_json = { version = "1.0.111" } sha1 = { version = "0.10.6" } sha2 = { version = "0.10.8" } -target-lexicon = { version = "0.12.13" } +target-lexicon = { version = "0.12.14" } task-local-extensions = { version = "0.1.4" } tempfile = { version = "3.9.0" } textwrap = { version = "0.16.1" }