Skip to content

Commit

Permalink
fix(deps): update rust crate sqlx to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2024
1 parent 01707b6 commit ddbbda1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 59 deletions.
81 changes: 23 additions & 58 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/telegram_bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/notify.rs"
[dependencies]
ah_api = { path = "../ah_api" }

sqlx = { version = "0.7.3", features = [
sqlx = { version = "0.7.4", features = [
"runtime-tokio",
"sqlite",
"json",
Expand Down

0 comments on commit ddbbda1

Please sign in to comment.