Skip to content

Commit

Permalink
deps(cargo): bump the rust group with 6 updates (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nerix <[email protected]>
  • Loading branch information
dependabot[bot] and Nerixyz authored Jan 6, 2025
1 parent c90c308 commit 0a3dfd3
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 67 deletions.
122 changes: 59 additions & 63 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [".", "setup", "models", "config"]

[dependencies]
deadpool-postgres = "0.14"
sqlx = { version = "0.8.2", features = [
sqlx = { version = "0.8.3", features = [
"postgres",
"runtime-tokio-native-tls",
"macros",
Expand Down Expand Up @@ -81,7 +81,7 @@ derive_more = { version = "1.0", features = ["display"] }
async-trait = "0.1"
thiserror = "2.0"

itertools = "0.13.0"
itertools = "0.14.0"
paste = "1.0"
base64 = "0.22"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
sqlx = { version = "0.8.2", features = ["postgres"] }
sqlx = { version = "0.8.3", features = ["postgres"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.19"
lazy_static = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
sqlx = { version = "0.8.2", features = [
sqlx = { version = "0.8.3", features = [
"postgres",
"macros",
"json",
Expand Down

0 comments on commit 0a3dfd3

Please sign in to comment.