Skip to content

Commit

Permalink
Bump axum from 0.8.1 to 0.8.2 in the patch-dependencies group
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 1 update: [axum](https://github.com/tokio-rs/axum).


Updates `axum` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/commits/axum-v0.8.2)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 511632a commit 7af8bc1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hpke-rs-rust-crypto="0.2.0"
num ="0.4.3"

# Used only with the `server` feature to implement the WsConnection trait
axum ={ version="0.8.1", features=["ws"], optional=true }
axum ={ version="0.8.2", features=["ws"], optional=true }
tokio-tungstenite={ version="0.26.1", optional=true }

# Used only with the `wasm` feature
Expand Down
2 changes: 1 addition & 1 deletion crates/testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parity-scale-codec="3.6.12"
lazy_static ="1.5.0"
hex-literal ="0.4.1"
tokio ={ version="1.43", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
axum ={ version="0.8.1" }
axum ={ version="0.8.2" }
entropy-shared ={ version="0.3.0", path="../shared" }
entropy-kvdb ={ version="0.3.0", path="../kvdb", default-features=false }
entropy-tss ={ version="0.3.0", path="../threshold-signature-server", features=["test_helpers"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio ={ version="1.43", features=["macros", "fs", "rt-multi-thread", "io-util"

# HTTP
reqwest={ version="0.12.12", features=["json", "stream"] }
axum ={ version="0.8.1", features=["ws"] }
axum ={ version="0.8.2", features=["ws"] }

# Substrate
subxt ="0.35.3"
Expand Down

0 comments on commit 7af8bc1

Please sign in to comment.