Skip to content

Commit

Permalink
fix: try updating Rust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 31, 2024
1 parent 2135cb4 commit f7872f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
tokio = { version = "1", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
# Documentation: https://docs.rs/vercel_runtime/latest/vercel_runtime
vercel_runtime = { version = "1.0.2" }
vercel_runtime = { version = "1" }
rusqlite = { version = "0.29.0", features = ["bundled"] }
maud = "*"
serde_qs = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": {
"api/**/*.rs": {
"runtime": "[email protected].6",
"runtime": "[email protected].8",
"includeFiles": "api/cataloguedb.db"
}
}
Expand Down

0 comments on commit f7872f9

Please sign in to comment.