Skip to content

Commit

Permalink
Merge pull request #12 from dialogflowchatbot/dependabot/cargo/sqlx-0.8
Browse files Browse the repository at this point in the history
Update sqlx requirement from 0.7 to 0.8
  • Loading branch information
dialogflowchatbot authored Aug 7, 2024
2 parents bb61402 + c044f59 commit ee63d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ log = "0.4"
env_logger = "0.11"
lettre = { version = "0.11", features = ["tokio1", "smtp-transport", "tokio1-native-tls", "pool"]}
unicase = "2.7.0"
sqlx = { version = "0.7", default-features = false, features = ["runtime-tokio", "sqlite", "macros"] }
sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio", "sqlite", "macros"] }
# triple_accel = "0.4.0"

[build-dependencies]
Expand Down

0 comments on commit ee63d19

Please sign in to comment.