Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffClements committed Jun 5, 2024
1 parent 72693af commit 88053f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framous"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ['Geoff Clements <ro2kz0@gmail.com>']
description = "A library sending and receiving packets to and from a Reader/Writer"
Expand All @@ -13,7 +13,7 @@ categories = ["encoding", "network-programming"]
keywords = ["networking", "protocol", "framing", "bytes", "packets"]

[dependencies]
bytes = "1.4.0"
bytes = "1.6.0"

[dev-dependencies]
socket-server-mocker = "0.0.4"

0 comments on commit 88053f4

Please sign in to comment.