Skip to content

Commit

Permalink
chore(deps): Revert bump of flate2 from 1.0.27 to 1.0.28 (#18850)
Browse files Browse the repository at this point in the history
This reverts commit b3889bc.

Testing to see if this changes performance.
  • Loading branch information
jszwedko committed Mar 6, 2024
1 parent eb30996 commit 6a881fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ proptest-derive = "0.4.0"
serde_json = { version = "1.0.114", default-features = false, features = ["raw_value", "std"] }
serde = { version = "1.0.197", default-features = false, features = ["alloc", "derive", "rc"] }
toml = { version = "0.8.10", default-features = false, features = ["display", "parse"] }
vrl = { version = "0.11.0", features = ["arbitrary", "cli", "test", "test_framework"] }
vrl = { git = "https://github.com/vectordotdev/vrl", branch = "jszwedko/relax-flate", features = ["arbitrary", "cli", "test", "test_framework"] }

[dependencies]
pin-project.workspace = true
Expand Down Expand Up @@ -270,7 +270,7 @@ dyn-clone = { version = "1.0.17", default-features = false }
encoding_rs = { version = "0.8.33", default-features = false, features = ["serde"] }
enum_dispatch = { version = "0.3.12", default-features = false }
exitcode = { version = "1.1.2", default-features = false }
flate2 = { version = "1.0.28", default-features = false, features = ["default"] }
flate2 = { version = "1.0.27", default-features = false, features = ["default"] }
futures-util = { version = "0.3.29", default-features = false }
glob = { version = "0.3.1", default-features = false }
governor = { version = "0.6.0", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }
Expand Down

0 comments on commit 6a881fc

Please sign in to comment.