From 51054ac7036f536d0633da0b8fff2c2e5a9e3c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 07:13:42 -0700 Subject: [PATCH] chore(deps): Bump textwrap from 0.14.2 to 0.16.0 (#3685) Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.14.2 to 0.16.0. - [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.14.2...0.16.0) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- attest/verifier/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ba21845bf..1efd1164b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2733,7 +2733,7 @@ dependencies = [ "rand_hc", "serde", "sha2 0.10.8", - "textwrap 0.14.2", + "textwrap 0.16.0", ] [[package]] @@ -8698,9 +8698,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.14.2" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" +checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" dependencies = [ "smawk", "unicode-linebreak", @@ -9118,9 +9118,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.7" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "unicode-xid" diff --git a/attest/verifier/Cargo.toml b/attest/verifier/Cargo.toml index ed2303bd63..3aa9f7ec06 100644 --- a/attest/verifier/Cargo.toml +++ b/attest/verifier/Cargo.toml @@ -45,7 +45,7 @@ sha2 = { version = "0.10", default-features = false } mc-attest-untrusted = { path = "../untrusted", default-features = false } mc-util-encodings = { path = "../../util/encodings", default-features = false } p256 = { version = "0.13.0", default-features = false } -textwrap = "0.14" +textwrap = "0.16" [build-dependencies] mc-sgx-core-sys-types = "0.9.0"