Skip to content

Commit

Permalink
chore: upgrade wavup dep to 0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Nov 27, 2024
1 parent 5deacb9 commit 2d9c32a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = { version = "^1.36", features = ["io-util", "fs", "net", "time", "rt", "
uuid = { version = "1.4", features = ["v4", "fast-rng", "macro-diagnostics"] }
wasi-logger = { version = "0.1.2", features = ["kv"] }
once_cell = "1.18"
wavup = { version = "0.1.1" }
wavup = { version = "0.1.2" }

[patch.crates-io]
socket2 = { git = "https://github.com/second-state/socket2.git", branch = "v0.5.x" }
Expand Down

0 comments on commit 2d9c32a

Please sign in to comment.