Skip to content

Commit

Permalink
update shuttle dependencies to 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Oct 24, 2023
1 parent f08f296 commit 25a4ea6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ orion = "0.17"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
shuttle-axum = "0.30"
shuttle-runtime = "0.30"
shuttle-secrets = "0.30"
shuttle-axum = "0.30.1"
shuttle-runtime = "0.30.1"
shuttle-secrets = "0.30.1"
tokio = "1.28"
tower = { version = "0.4", features = ["tracing"] }
tower-cookies = "0.9"
Expand Down

0 comments on commit 25a4ea6

Please sign in to comment.