Skip to content

Commit de45b87

Browse files
chore(deps)(deps): bump axum from 0.8.7 to 0.8.8
Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.7 to 0.8.8. - [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.8.7...axum-v0.8.8) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a898d16 commit de45b87

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraphim_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraphim_multi_agent = { path = "../crates/terraphim_multi_agent", version = "1
2424

2525

2626
anyhow = "1.0.40"
27-
axum = { version = "0.8.4", features = ["macros", "ws"] }
27+
axum = { version = "0.8.8", features = ["macros", "ws"] }
2828
axum-extra = "0.10.1"
2929
clap = { version = "4.5.49", features = ["derive"] }
3030
log = "0.4.14"

0 commit comments

Comments
 (0)