You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/08/31 05:35:48 UTC

[avro] branch branch-1.11 updated: Bump pretty_assertions from 1.2.1 to 1.3.0 in /lang/rust (#1845)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 34e99d9ef Bump pretty_assertions from 1.2.1 to 1.3.0 in /lang/rust (#1845)
34e99d9ef is described below

commit 34e99d9efd71e1210852da23c31fea05b2fd0306
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 31 08:35:28 2022 +0300

    Bump pretty_assertions from 1.2.1 to 1.3.0 in /lang/rust (#1845)
    
    Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
    - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.2.1...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pretty_assertions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 1943b173b9de00fa907d89bb11a98fbf8670fbb3)
---
 lang/rust/Cargo.lock      | 21 +++++++++------------
 lang/rust/avro/Cargo.toml |  2 +-
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index ab45722c8..24c4024cc 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -23,15 +23,6 @@ version = "1.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
 
-[[package]]
-name = "ansi_term"
-version = "0.12.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
-dependencies = [
- "winapi",
-]
-
 [[package]]
 name = "anyhow"
 version = "1.0.62"
@@ -764,14 +755,14 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
 
 [[package]]
 name = "pretty_assertions"
-version = "1.2.1"
+version = "1.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
+checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
 dependencies = [
- "ansi_term",
  "ctor",
  "diff",
  "output_vt100",
+ "yansi",
 ]
 
 [[package]]
@@ -1311,6 +1302,12 @@ dependencies = [
  "lzma-sys",
 ]
 
+[[package]]
+name = "yansi"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
+
 [[package]]
 name = "zerocopy"
 version = "0.6.1"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 7eb8f5952..4cca09d4d 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -87,5 +87,5 @@ apache-avro-test-helper = { default-features = false, version = "0.14.0", path =
 criterion = { default-features = false, version = "0.3.6" }
 hex-literal = { default-features = false, version = "0.3.4" }
 md-5 = { default-features = false, version = "0.10.2" }
-pretty_assertions = { default-features = false, version = "1.2.1", features = ["std"] }
+pretty_assertions = { default-features = false, version = "1.3.0", features = ["std"] }
 sha2 = { default-features = false, version = "0.10.3" }