Skip to content

Commit 9a1c99a

Browse files
authored
Merge pull request #8 from remkop22/dependency-updates
Bump deps
2 parents b408a90 + 2c2de2b commit 9a1c99a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ categories = ["database", "parsing", "data-structures"]
3232
postgres-from-row-derive = { path = "postgres-from-row-derive", version = "=0.5.1" }
3333

3434
[dependencies]
35-
tokio-postgres = { version = "0.7.7", default_features = false }
35+
tokio-postgres = { version = "0.7.8", default_features = false }
3636
postgres-from-row-derive.workspace = true
3737

postgres-from-row-derive/Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ license-file.workspace = true
1010
keywords.workspace = true
1111
categories.workspace = true
1212

13-
14-
1513
[lib]
1614
proc-macro = true
1715

1816
[dependencies]
19-
quote = "1.0"
20-
syn = "1.0"
21-
darling = "0.14.1"
22-
proc-macro2 = "1.0.47"
17+
quote = "1.0.28"
18+
syn = "2.0.17"
19+
darling = "0.20.1"
20+
proc-macro2 = "1.0.59"

0 commit comments

Comments
 (0)