Skip to content

Commit

Permalink
Merge pull request #23 from kyrias/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade all dependencies
  • Loading branch information
kyrias authored Jan 7, 2025
2 parents 276a873 + e1437fe commit 6fdfb79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["database"]
features = ["postgres"]

[dependencies]
futures-core = "0.3.30"
futures-core = "0.3.31"
sqlx-conditional-queries-macros = { path = "macros", version = "0.2" }

[features]
Expand Down
10 changes: 5 additions & 5 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ postgres = []
sqlite = []

[dependencies]
itertools = "0.13.0"
proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = { version = "2.0.75", features = ["extra-traits", "full"] }
thiserror = "1.0.63"
itertools = "0.14.0"
proc-macro2 = "1.0.92"
quote = "1.0.38"
syn = { version = "2.0.95", features = ["extra-traits", "full"] }
thiserror = "2.0.9"

[dev-dependencies]
insta = "1.42.0"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proc-macro = true

[dependencies]
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.86"
proc-macro2 = "1.0.92"
sqlx-conditional-queries-core = { path = "../core", version = "0.2" }

[features]
Expand Down

0 comments on commit 6fdfb79

Please sign in to comment.