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/11/22 08:18:05 UTC

[avro] branch branch-1.11 updated: Bump snap from 1.0.5 to 1.1.0 in /lang/rust (#1978)

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 4f288cf74 Bump snap from 1.0.5 to 1.1.0 in /lang/rust (#1978)
4f288cf74 is described below

commit 4f288cf74d8ab5cb80af79820d1173dfa5027ae5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 22 10:17:26 2022 +0200

    Bump snap from 1.0.5 to 1.1.0 in /lang/rust (#1978)
    
    Bumps [snap](https://github.com/BurntSushi/rust-snappy) from 1.0.5 to 1.1.0.
    - [Release notes](https://github.com/BurntSushi/rust-snappy/releases)
    - [Commits](https://github.com/BurntSushi/rust-snappy/compare/1.0.5...1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: snap
      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 04964671e8b78e1290d6b5451ad97d7dc2a4e0a1)
---
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 0524dc551..6ce810753 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1001,9 +1001,9 @@ dependencies = [
 
 [[package]]
 name = "snap"
-version = "1.0.5"
+version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"
+checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
 
 [[package]]
 name = "strum"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 9815fb028..96883d239 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -65,7 +65,7 @@ num-bigint = { default-features = false, version = "0.4.3" }
 regex = { default-features = false, version = "1.7.0", features = ["std"] }
 serde = { default-features = false, version = "1.0.147", features = ["derive"] }
 serde_json = { default-features = false, version = "1.0.88", features = ["std"] }
-snap = { default-features = false, version = "1.0.5", optional = true }
+snap = { default-features = false, version = "1.1.0", optional = true }
 strum = { default-features = false, version = "0.24.1" }
 strum_macros = { default-features = false, version = "0.24.3" }
 thiserror = { default-features = false, version = "1.0.37" }