mirror of https://github.com/tracel-ai/burn.git
Bump flate2 from 1.0.32 to 1.0.33 (#2256)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.32 to 1.0.33. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33) --- updated-dependencies: - dependency-name: flate2 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>
This commit is contained in:
parent
8fb3de9f8d
commit
8a19b06d3b
|
@ -2036,9 +2036,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flate2"
|
name = "flate2"
|
||||||
version = "1.0.32"
|
version = "1.0.33"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666"
|
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"miniz_oxide 0.8.0",
|
"miniz_oxide 0.8.0",
|
||||||
|
|
|
@ -39,7 +39,7 @@ data-encoding = { version = "2.6.0", default-features = false, features = [
|
||||||
] }
|
] }
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
fake = "2.9.2"
|
fake = "2.9.2"
|
||||||
flate2 = "1.0.31"
|
flate2 = "1.0.33"
|
||||||
float-cmp = "0.9.0"
|
float-cmp = "0.9.0"
|
||||||
getrandom = { version = "0.2.15", default-features = false }
|
getrandom = { version = "0.2.15", default-features = false }
|
||||||
gix-tempfile = { version = "14.0.2", features = ["signals"] }
|
gix-tempfile = { version = "14.0.2", features = ["signals"] }
|
||||||
|
|
Loading…
Reference in New Issue