1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

chore(deps): bump actix-codec from 0.5.1 to 0.5.2

Bumps [actix-codec](https://github.com/actix/actix-net) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](https://github.com/actix/actix-net/compare/codec-v0.5.1...codec-v0.5.2)

---
updated-dependencies:
- dependency-name: actix-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-04 17:06:18 +00:00 committed by Rob Ede
parent 653098d083
commit 511cc863e6
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

6
Cargo.lock generated
View File

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