Skip to content

Commit

Permalink
chore: update deps (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erb3 committed Aug 2, 2024
1 parent 2448afc commit 08513bb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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,10 +19,10 @@ tower = "0.4.13"
geoutils = "0.5.1"
regex = "1.10.5"
chrono = "0.4.38"
memory-serve = "0.5.0"
memory-serve = "0.6.0"
clap = { version = "4.5.13", features = ["derive", "env"] }
shuttle-runtime = {version = "0.46.0", optional = true}
shuttle-axum = {version = "0.46.0", optional = true}
shuttle-runtime = {version = "0.47.0", optional = true}
shuttle-axum = {version = "0.47.0", optional = true}

[features]
shuttle = ["dep:shuttle-axum", "dep:shuttle-runtime"]
Expand Down

0 comments on commit 08513bb

Please sign in to comment.