Skip to content

Commit

Permalink
chore(deps): bump snow from 0.9.4 to 0.9.5
Browse files Browse the repository at this point in the history
Bumps [snow](https://github.com/mcginty/snow) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent ee8846d commit b92e90d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 comms/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rand = "0.8"
serde = "1.0.119"
serde_derive = "1.0.119"
sha3 = "0.10"
snow = { version = "0.9.4", features = ["default-resolver"] }
snow = { version = "0.9.5", features = ["default-resolver"] }
thiserror = "1.0.26"
tokio = { version = "1.23", features = ["rt-multi-thread", "time", "sync", "signal", "net", "macros", "io-util"] }
tokio-stream = { version = "0.1.9", features = ["sync"] }
Expand Down

0 comments on commit b92e90d

Please sign in to comment.