Skip to content

Commit

Permalink
dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilemski committed Jan 30, 2024
1 parent edc2236 commit 6476cb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
anyhow = "1.0"
bytes = "1.3"
chrono = "0.4"
diesel = { version = "2.0", features = ["sqlite", "r2d2"] }
diesel = { version = "2.1", features = ["sqlite", "r2d2"] }
futures = "0.3"
hyper = "1.0"
indoc = "1.0"
Expand All @@ -33,7 +33,7 @@ url = "2.3"
urlencoding = "2"
axum = { version = "0.7", features = ["multipart"] }
http = "1.0"
toml = "0.5.10"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"] }
tokio-rayon = "2.1.0"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "tracing-log"] }
tokio-rayon = "2.1"

0 comments on commit 6476cb5

Please sign in to comment.