Skip to content

Commit

Permalink
Update dependent version of bytes (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarumaDocker authored Dec 24, 2023
1 parent 118a5da commit 880e99e
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 = "wasmedge_wasi_socket"
version = "0.5.2"
version = "0.5.3"
authors = ["Yi <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -15,7 +15,7 @@ name = "wasmedge_wasi_socket"
path = "src/lib.rs"

[dependencies]
bytes = "1.4.0"
bytes = "1"
dns-parser = "0.8.0"
libc = "0.2.3"
rand = "0.8.5"
Expand Down

0 comments on commit 880e99e

Please sign in to comment.