Skip to content

Commit

Permalink
deps: bump cbor4ii from 0.3.1 to 0.3.2
Browse files Browse the repository at this point in the history
Pull-Request: #4922.
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent dfce3cc commit 2797df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion protocols/request-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
async-trait = "0.1"
cbor4ii = { version = "0.3.1", features = ["serde1", "use_std"], optional = true }
cbor4ii = { version = "0.3.2", features = ["serde1", "use_std"], optional = true }
futures = "0.3.29"
instant = "0.1.12"
libp2p-core = { workspace = true }
Expand Down

0 comments on commit 2797df4

Please sign in to comment.