Skip to content

Commit

Permalink
Bump axum from 0.7.6 to 0.7.7 in the patch-dependencies group (#1075)
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.7.6 to 0.7.7
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.6...axum-v0.7.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 383ccfc commit 4279ed6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 42 deletions.
48 changes: 9 additions & 39 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.7.6", features=["ws"], optional=true }
axum ={ version="0.7.7", features=["ws"], optional=true }
tokio-tungstenite={ version="0.24.0", 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.40", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
axum ={ version="0.7.5" }
axum ={ version="0.7.7" }
entropy-shared ={ version="0.2.0", path="../shared" }
entropy-kvdb ={ version="0.2.0", path="../kvdb", default-features=false }
entropy-tss ={ version="0.2.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.40", features=["macros", "fs", "rt-multi-thread", "io-util"

# HTTP
reqwest={ version="0.12.7", features=["json", "stream"] }
axum ={ version="0.7.6", features=["ws"] }
axum ={ version="0.7.7", features=["ws"] }

# Substrate
subxt ="0.35.3"
Expand Down

0 comments on commit 4279ed6

Please sign in to comment.