From a681a8ca9fa7b69c0ed229ab3ebfe48791b68c58 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Sep 2024 16:55:16 +0000
Subject: [PATCH] build(deps): Bump pretty_assertions from 1.4.0 to 1.4.1
(#589)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions)
from 1.4.0 to 1.4.1.
Release notes
Sourced from pretty_assertions's
releases.
v1.4.1
Fixed
- Show feature-flagged code in documentation. Thanks to
@sandydoo
for the
fix! (#130)
Internal
- Bump
yansi
version to 1.x
. Thanks to @SergioBenitez
for the update, and maintaining this library! (#121)
Changelog
Sourced from pretty_assertions's
changelog.
v1.4.1
Fixed
- Show feature-flagged code in documentation. Thanks to
@sandydoo
for the
fix! (#130)
Internal
- Bump
yansi
version to 1.x
. Thanks to @SergioBenitez
for the update, and maintaining this library! (#121)
Commits
f5c5b24
chore: prep 1.4.1 release
d34d524
chore: display feature-flagged docs on docs.rs
fac4273
Merge pull request #131
from sandydoo/fix-yansi-deprecation
1e51cce
chore: rename deprecated yansi methods
4a0e5a3
Merge pull request #121
from SergioBenitez/yansi-update
08838fe
internal: bump MSRV to 1.63.0 for yansi
777387d
ci: bump runner to windows-2022
35c08fe
chore: update 'yansi' to 1.0.0-rc
- See full diff in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pretty_assertions&package-manager=cargo&previous-version=1.4.0&new-version=1.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 8 ++++----
macro/Cargo.toml | 2 +-
melior/Cargo.toml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 8d48fecac1..13ff46675e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -463,9 +463,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "pretty_assertions"
-version = "1.4.0"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
+checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
dependencies = [
"diff",
"yansi",
@@ -834,6 +834,6 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "yansi"
-version = "0.5.1"
+version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
+checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
diff --git a/macro/Cargo.toml b/macro/Cargo.toml
index f000d7dab4..107f45b80a 100644
--- a/macro/Cargo.toml
+++ b/macro/Cargo.toml
@@ -26,4 +26,4 @@ unindent = "0.2.3"
[dev-dependencies]
melior = { path = "../melior", features = ["ods-dialects"] }
mlir-sys = "0.2.2"
-pretty_assertions = "1.4.0"
+pretty_assertions = "1.4.1"
diff --git a/melior/Cargo.toml b/melior/Cargo.toml
index 0b11b993a6..144f9903c8 100644
--- a/melior/Cargo.toml
+++ b/melior/Cargo.toml
@@ -20,4 +20,4 @@ once_cell = "1"
[dev-dependencies]
indoc = "2.0.5"
insta = "1.40.0"
-pretty_assertions = "1.4.0"
+pretty_assertions = "1.4.1"