Skip to content

Commit

Permalink
Update Rust crate async-bincode to 0.7.2 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 13, 2023
1 parent 8f8fa64 commit c90ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transports/tcp/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ serde = { workspace = true }
log = { workspace = true }
utils = { workspace = true }
futures-util = "0.3"
async-bincode = { version = "0.7.1", features = ["futures"], default-features = false }
async-bincode = { version = "0.7.2", features = ["futures"], default-features = false }

[dev-dependencies]
bluesea-router = { workspace = true }
Expand Down

0 comments on commit c90ea69

Please sign in to comment.