Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/cargo/thiserror-1.0.65'
Browse files Browse the repository at this point in the history
  • Loading branch information
lennoxlotl committed Oct 23, 2024
2 parents 6739299 + caec9ab commit 6f1a91e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

11 changes: 8 additions & 3 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ authors = ["Lennox Schneider <[email protected]>"]
[dependencies]
rocket = { version = "0.5.1", features = ["json"] }
aws-sdk-s3 = "1.57.0"
aws-credential-types = { version = "1.2.1", features = ["hardcoded-credentials"] }
aws-credential-types = { version = "1.2.1", features = [
"hardcoded-credentials",
] }
aws-config = "1.5.8"
async-trait = "0.1.83"
serde = "1.0.213"
thiserror = "1.0.64"
thiserror = "1.0.65"
rand = "0.8.5"
macros = { path = "../macros" }
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio-native-tls"] }
sqlx = { version = "0.8.2", features = [
"postgres",
"runtime-tokio-native-tls",
] }
uuid = { version = "1.11.0", features = ["v4"] }
log = "0.4.22"

0 comments on commit 6f1a91e

Please sign in to comment.