From c88ae1a82f03204aa6b5b77939debfd918784e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:10:21 +0000 Subject: [PATCH] chore(deps): bump textwrap from 0.16.0 to 0.16.1 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgeisler/textwrap/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/weaver_template/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbe24994..05905568 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3231,9 +3231,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" +checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" dependencies = [ "smawk", "unicode-linebreak", diff --git a/crates/weaver_template/Cargo.toml b/crates/weaver_template/Cargo.toml index 11c7dd27..8763a635 100644 --- a/crates/weaver_template/Cargo.toml +++ b/crates/weaver_template/Cargo.toml @@ -14,7 +14,7 @@ weaver_schema = { path = "../weaver_schema" } weaver_cache = { path = "../weaver_cache" } tera = "1.19.1" -textwrap = "0.16.0" +textwrap = "0.16.1" glob = "0.3.1" convert_case = "0.6.0" thread_local = "1.1.7"