Skip to content

Commit

Permalink
chore(deps): update rust crate sqlx to 0.7.1 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2023
1 parent 6008440 commit 65bb269
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
48 changes: 29 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
sqlx = { version = "0.7.0", features = [ "runtime-tokio-rustls", "postgres", "uuid", "time" ] }
sqlx = { version = "0.7.1", features = [ "runtime-tokio-rustls", "postgres", "uuid", "time" ] }
time = "0.3"
tracing = "0.1"
twilight-cache-inmemory = { version = "0.15", features = ["permission-calculator"] }
Expand Down

0 comments on commit 65bb269

Please sign in to comment.