Skip to content

Commit

Permalink
fix: manual dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stifskere committed Aug 31, 2024
1 parent 2577021 commit f1467e0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 29 deletions.
56 changes: 29 additions & 27 deletions backend/Cargo.lock

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

12 changes: 10 additions & 2 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,19 @@ serde = "1.0.209"
serde_json = "1.0.127"
shiplift = "0.7.0"
sqlx = { version = "0.8.1", features = ["runtime-tokio-native-tls", "sqlite", "chrono"] }
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio-cron-scheduler = "0.11.0"
toml = "0.8.19"
urlencoding = "2.1.3"

# dependabot fixes
h2 = "0.4.6"
crossbeam-utils = "0.8.20"

[build-dependencies]
sqlx = { version = "0.8.1", features = ["runtime-tokio-native-tls", "sqlite"] }
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }

# dependabot fixes
h2 = "0.4.6"
crossbeam-utils = "0.8.20"

0 comments on commit f1467e0

Please sign in to comment.