Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update rust crate sqlx-core to 0.6.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Jul 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 845518e commit 128e2b8
Showing 2 changed files with 173 additions and 24 deletions.
195 changes: 172 additions & 23 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 packages/cinder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ openssl = { version = "0.10", features = ["vendored"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.5.10", features = [ "runtime-async-std-native-tls" ] }
sqlx-core = { version = "0.5.10", features = [ "runtime-async-std-native-tls" ] }
sqlx-core = { version = "0.6.0", features = [ "runtime-async-std-native-tls" ] }
uuid = { version = "0.8", features = ["serde", "v4"] }

[dependencies.sea-orm]

0 comments on commit 128e2b8

Please sign in to comment.