Skip to content

Commit

Permalink
fix(deps): update rust crate shuttle-service to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2023
1 parent 33299f8 commit 3f3a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ axum = "0.5"
rustls = { version = "0.20.6", features = ["dangerous_configuration"] }
scraper = "0.13.0"
serde_json = "1.0"
shuttle-service = { version = "0.5.2", features = ["web-axum"] }
shuttle-service = { version = "0.18.0", features = ["web-axum"] }
sync_wrapper = "0.1"
tokio = { version = "1", features = ["full"] }
ureq = { version = "2.5", features = ["rustls"] }

0 comments on commit 3f3a120

Please sign in to comment.