Skip to content

Commit

Permalink
Update Rust crate async-bincode to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 13, 2023
1 parent 8f8fa64 commit ea4803a
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 ea4803a

Please sign in to comment.