From 2753408db5fff559753d8d1c5a3662da8cda7823 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 04:07:35 +0000 Subject: [PATCH] chore(deps): update rust crate textwrap to 0.16.1 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6760688424..4eb4c5310b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5141,7 +5141,7 @@ dependencies = [ "strum 0.26.1", "subprocess", "tabled", - "textwrap 0.16.0", + "textwrap 0.16.1", "tokio", "unicode-width", "uuid", @@ -8998,9 +8998,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", @@ -10322,7 +10322,7 @@ dependencies = [ "slog-term", "supports-color", "tempfile", - "textwrap 0.16.0", + "textwrap 0.16.1", "tokio", "tokio-util", "toml 0.8.10", diff --git a/Cargo.toml b/Cargo.toml index b0d82f8fd6..5fe53580e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -387,7 +387,7 @@ tempdir = "0.3" tempfile = "3.10" term = "0.7" termios = "0.3" -textwrap = "0.16.0" +textwrap = "0.16.1" test-strategy = "0.3.1" thiserror = "1.0" tofino = { git = "http://github.com/oxidecomputer/tofino", branch = "main" }