Skip to content

Commit 5453d8c

Browse files
authored
Version 0.8.1 (#174)
Update axum requirement from 0.7 to 0.8
2 parents 268057b + 64c4744 commit 5453d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pin-project-lite = { version = "0.2", optional = true }
6969
serial_test = "3.1"
7070
futures-util = { version = "0.3", default-features = false }
7171
http-body-util = "0.1"
72-
axum = "0.7"
72+
axum = "0.8"
7373
hyper = { version = "1.4", features = ["full"] }
7474
tokio = { version = ">=1.41", features = ["full"] }
7575
tower = { version = "0.5", features = ["util"] }

0 commit comments

Comments
 (0)