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 2023/05/29 19:49:03 UTC

[avro] branch branch-1.11 updated: Bump log from 0.4.17 to 0.4.18 in /lang/rust (#2261)

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 a4ed4688d Bump log from 0.4.17 to 0.4.18 in /lang/rust (#2261)
a4ed4688d is described below

commit a4ed4688da71b4c8fe10632e3d6322851334db6e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 29 22:48:29 2023 +0300

    Bump log from 0.4.17 to 0.4.18 in /lang/rust (#2261)
    
    Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18.
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18)
    
    ---
    updated-dependencies:
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 91f5fa7535a2ed8406b02595413cd66adfcb2dbc)
---
 lang/rust/Cargo.lock                  | 7 ++-----
 lang/rust/avro/Cargo.toml             | 2 +-
 lang/rust/avro_test_helper/Cargo.toml | 2 +-
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 19731f011..20783926a 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -589,12 +589,9 @@ checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
 
 [[package]]
 name = "log"
-version = "0.4.17"
+version = "0.4.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
-dependencies = [
- "cfg-if",
-]
+checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
 
 [[package]]
 name = "lzma-sys"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 942eb1e7d..d53c9560f 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -61,7 +61,7 @@ crc32fast = { default-features = false, version = "1.3.2", optional = true }
 digest = { default-features = false, version = "0.10.7", features = ["core-api"] }
 lazy_static = { default-features = false, version = "1.4.0" }
 libflate = { default-features = false, version = "1.2.0" }
-log = { default-features = false, version = "0.4.17" }
+log = { default-features = false, version = "0.4.18" }
 num-bigint = { default-features = false, version = "0.4.3" }
 regex = { default-features = false, version = "1.8.3", features = ["std", "perf"] }
 serde = { default-features = false, version = "1.0.163", features = ["derive"] }
diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml
index d1597dae4..811cc579d 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -35,5 +35,5 @@ color-backtrace = { default-features = false, version = "0.5.1" }
 ctor = { default-features = false, version = "0.2.0" }
 env_logger = { default-features = false, version = "0.10.0" }
 lazy_static = { default-features = false, version = "1.4.0" }
-log = { default-features = false, version = "0.4.17" }
+log = { default-features = false, version = "0.4.18" }
 ref_thread_local = { default-features = false, version = "0.1.1" }