Skip to content

Commit

Permalink
Bump log from 0.4.17 to 0.4.18 in /lang/rust (apache#2261)
Browse files Browse the repository at this point in the history
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](rust-lang/log@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2023
1 parent 0be01a5 commit 91f5fa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions lang/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/avro_test_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 91f5fa7

Please sign in to comment.