Skip to content

Commit

Permalink
fix(deps): update rust crate snow to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent c59e80d commit 5dcd4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/transports/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ log = { workspace = true }
futures-util = "0.3"
async-bincode = { version = "0.7.2", features = ["futures"], default-features = false }
local-ip-address = "0.5.7"
snow = "0.9.4"
snow = "0.9.5"
2 changes: 1 addition & 1 deletion packages/transports/udp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ futures-util = "0.3"
async-notify = { workspace = true }
socket2 = "0.5.5"
local-ip-address = "0.5.7"
snow = "0.9.4"
snow = "0.9.5"

0 comments on commit 5dcd4de

Please sign in to comment.