Skip to content

Commit 82fd2a5

Browse files
chore(deps): Bump flate2 from 1.0.31 to 1.0.32 (#21126)
* chore(deps): Bump flate2 from 1.0.31 to 1.0.32 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.31 to 1.0.32. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.31...1.0.32) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * regenerate licenses Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
1 parent 143e017 commit 82fd2a5

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

Cargo.lock

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ dyn-clone = { version = "1.0.17", default-features = false }
280280
encoding_rs = { version = "0.8.34", default-features = false, features = ["serde"] }
281281
enum_dispatch = { version = "0.3.13", default-features = false }
282282
exitcode = { version = "1.1.2", default-features = false }
283-
flate2 = { version = "1.0.31", default-features = false, features = ["default"] }
283+
flate2 = { version = "1.0.32", default-features = false, features = ["default"] }
284284
futures-util = { version = "0.3.29", default-features = false }
285285
glob = { version = "0.3.1", default-features = false }
286286
governor = { version = "0.6.3", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }

LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Inflector,https://github.com/whatisinternet/inflector,BSD-2-Clause,Josh Teeter<j
33
RustyXML,https://github.com/Florob/RustyXML,MIT OR Apache-2.0,Florian Zeitz <florob@babelmonkeys.de>
44
addr2line,https://github.com/gimli-rs/addr2line,Apache-2.0 OR MIT,The addr2line Authors
55
adler,https://github.com/jonas-schievink/adler,0BSD OR MIT OR Apache-2.0,Jonas Schievink <jonasschievink@gmail.com>
6+
adler2,https://github.com/oyvindln/adler2,0BSD OR MIT OR Apache-2.0,"Jonas Schievink <jonasschievink@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>"
67
adler32,https://github.com/remram44/adler32-rs,Zlib,Remi Rampin <remirampin@gmail.com>
78
aead,https://github.com/RustCrypto/traits,MIT OR Apache-2.0,RustCrypto Developers
89
aes,https://github.com/RustCrypto/block-ciphers,MIT OR Apache-2.0,RustCrypto Developers

0 commit comments

Comments
 (0)