Merge branch 'main' into axum-activitydata-originaluri
This commit is contained in:
commit
8a8af1a50f
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ http02 = { package = "http", version = "0.2.12", optional = true }
|
||||||
|
|
||||||
# Axum
|
# Axum
|
||||||
axum = { version = "0.8.4", features = [
|
axum = { version = "0.8.4", features = [
|
||||||
"json","original-uri",
|
"json",
|
||||||
|
"original-uri",
|
||||||
], default-features = false, optional = true }
|
], default-features = false, optional = true }
|
||||||
tower = { version = "0.5.2", optional = true }
|
tower = { version = "0.5.2", optional = true }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue