Skip to content

Commit

Permalink
Updated body_reader and channel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed May 29, 2024
1 parent 9e34cb8 commit 9eca255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/body_reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ doctest = false

[dependencies]
bytes = "1"
brotli-decompressor = "2"
brotli-decompressor = "4"
libflate = "2"

[dev-dependencies]
brotli = "3"
brotli = "6"
2 changes: 1 addition & 1 deletion lib/channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doctest = false
ahash = "0.8"
concurrent-queue = "2"
dashmap = "5"
event-listener = "2"
event-listener = "5"
futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 9eca255

Please sign in to comment.