Skip to content

Commit

Permalink
chore: bump dev-dependency libflate (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Aug 13, 2024
1 parent dddf877 commit 8c7f338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
run: |
cargo clean
cargo update -Z minimal-versions
cargo update -p proc-macro2 --precise 1.0.60
cargo update -p proc-macro2 --precise 1.0.62
cargo check
cargo check --all-features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ env_logger = "0.10"
hyper = { version = "1.1.0", default-features = false, features = ["http1", "http2", "client", "server"] }
hyper-util = { version = "0.1.3", features = ["http1", "http2", "client", "client-legacy", "server-auto", "tokio"] }
serde = { version = "1.0", features = ["derive"] }
libflate = "1.0"
libflate = "2.1"
brotli_crate = { package = "brotli", version = "6.0.0" }
zstd_crate = { package = "zstd", version = "0.13" }
doc-comment = "0.3"
Expand Down

0 comments on commit 8c7f338

Please sign in to comment.