File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
- run : docker compose up -d
56
56
- uses : sfackler/actions/rustup@master
57
57
with :
58
- version : 1.63 .0
58
+ version : 1.64 .0
59
59
- run : echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
60
60
id : rust-version
61
61
- uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ pin-project-lite = "0.2"
55
55
phf = " 0.11"
56
56
postgres-protocol = { version = " 0.6.4" , path = " ../postgres-protocol" }
57
57
postgres-types = { version = " 0.2.4" , path = " ../postgres-types" }
58
- socket2 = { version = " 0.4 " , features = [" all" ] }
59
- tokio = { version = " 1.0 " , features = [" io-util" ] }
58
+ socket2 = { version = " 0.5 " , features = [" all" ] }
59
+ tokio = { version = " 1.27 " , features = [" io-util" ] }
60
60
tokio-util = { version = " 0.7" , features = [" codec" ] }
61
61
62
62
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments