File tree 2 files changed +15
-15
lines changed 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ path = "examples/basic.rs"
17
17
18
18
[dependencies ]
19
19
postgres_query_macro = { version = " 0.3.1" , path = " ../postgres_query_macro" }
20
- proc-macro-hack = " 0.5.11 "
21
- postgres-types = " 0.1.0 "
22
- serde = " 1.0.104 "
23
- tokio-postgres = " 0.5.1 "
24
- futures = " 0.3.1 "
25
- async-trait = " 0.1.22 "
26
- thiserror = " 1.0.9 "
20
+ proc-macro-hack = " 0.5.19 "
21
+ postgres-types = " 0.1.3 "
22
+ serde = " 1.0.117 "
23
+ tokio-postgres = " 0.6.0 "
24
+ futures = " 0.3.7 "
25
+ async-trait = " 0.1.41 "
26
+ thiserror = " 1.0.22 "
27
27
28
28
[dev-dependencies ]
29
- bytes = " 0.5.3 "
30
- tokio = { version = " 0.2.6 " , features = [" macros" ] }
31
- structopt = " 0.3.7 "
32
- anyhow = " 1.0.26 "
29
+ bytes = " 0.5.6 "
30
+ tokio = { version = " 0.3.3 " , features = [" macros" , " rt-multi-thread " ] }
31
+ structopt = " 0.3.20 "
32
+ anyhow = " 1.0.34 "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ readme = "../README.md"
12
12
proc-macro = true
13
13
14
14
[dependencies ]
15
- proc-macro-hack = " 0.5.11 "
16
- quote = " 1.0.2 "
17
- syn = { version = " 1.0.11 " , features = [" full" ] }
18
- proc-macro2 = " 1.0.6 "
15
+ proc-macro-hack = " 0.5.19 "
16
+ quote = " 1.0.7 "
17
+ syn = { version = " 1.0.48 " , features = [" full" ] }
18
+ proc-macro2 = " 1.0.24 "
You can’t perform that action at this time.
0 commit comments