Skip to content

Commit

Permalink
Update shuttle version
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Mar 7, 2023
1 parent 54470fb commit 6d30ff7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/bin.rs"
[dependencies]
anyhow = "1.0.69"
axum = { version = "0.6.6", features = ["headers"] }
shuttle-service = { version = "0.10.0", features = ["web-axum"], optional = true }
shuttle-service = { version = "0.11.0", features = ["web-axum"], optional = true }
sync_wrapper = "0.1.2"
readable-readability = "0.4.0"
tokio = { version = "1.22.0", features = ["full"], optional = true }
Expand Down

0 comments on commit 6d30ff7

Please sign in to comment.