1
0
mirror of https://github.com/actix/examples synced 2025-02-08 20:06:07 +01:00

Merge pull request #756 from actix/dependabot/cargo/actix-codec-0.5.2

chore(deps): bump actix-codec from 0.5.1 to 0.5.2
This commit is contained in:
Rob Ede 2024-03-05 17:40:46 +00:00 committed by GitHub
commit 46f941c469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated
View File

@ -86,11 +86,11 @@ dependencies = [
[[package]] [[package]]
name = "actix-codec" name = "actix-codec"
version = "0.5.1" version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8" checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 2.4.1",
"bytes 1.5.0", "bytes 1.5.0",
"futures-core", "futures-core",
"futures-sink", "futures-sink",