Skip to content

Commit

Permalink
Bump libflate from 2.0.0 to 2.1.0 in /lang/rust (#2884)
Browse files Browse the repository at this point in the history
Bumps [libflate](https://github.com/sile/libflate) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](sile/libflate@2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: libflate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 30, 2024
1 parent abf9b88 commit bda4ec8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 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
Expand Up @@ -59,7 +59,7 @@ bigdecimal = { default-features = false, version = "0.4.3", features = ["std", "
bzip2 = { default-features = false, version = "0.4.4", optional = true }
crc32fast = { default-features = false, version = "1.4.0", optional = true }
digest = { default-features = false, version = "0.10.7", features = ["core-api"] }
libflate = { default-features = false, version = "2.0.0", features = ["std"] }
libflate = { default-features = false, version = "2.1.0", features = ["std"] }
log = { workspace = true }
num-bigint = { default-features = false, version = "0.4.4", features = ["std", "serde"] }
regex-lite = { default-features = false, version = "0.1.5", features = ["std", "string"] }
Expand Down

0 comments on commit bda4ec8

Please sign in to comment.