Skip to content

Commit 1ebdf51

Browse files
chore(deps): bump axum from 0.7.9 to 0.8.6
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.9 to 0.8.6. - [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.9...axum-v0.8.6) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2fc262d commit 1ebdf51

File tree

2 files changed

+57
-7
lines changed

2 files changed

+57
-7
lines changed

Cargo.lock

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

crates/atuin-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde_json = { workspace = true }
2323
rand = { workspace = true }
2424
tokio = { workspace = true }
2525
async-trait = { workspace = true }
26-
axum = "0.7"
26+
axum = "0.8"
2727
axum-server = { version = "0.7", features = ["tls-rustls-no-provider"] }
2828
fs-err = { workspace = true }
2929
tower = { workspace = true }

0 commit comments

Comments
 (0)