File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
sdk_container/src/third_party/coreos-overlay/coreos-base/ue-rs Expand file tree Collapse file tree 2 files changed +4
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
10
10
if [[ ${PV} == 9999 ]]; then
11
11
KEYWORDS=" ~amd64 ~arm64"
12
12
else
13
- CROS_WORKON_COMMIT=" 2c58396dcb97cc91bb14873c242b75bb8ebce0ad " # trunk
13
+ CROS_WORKON_COMMIT=" 3fc1a8dc1f84814b9593a0f56cc0814c259200db " # TODO: trunk
14
14
KEYWORDS=" amd64 arm64"
15
15
fi
16
16
@@ -57,6 +57,7 @@ CRATES="
57
57
form_urlencoded-1.2.0
58
58
futures-channel-0.3.28
59
59
futures-core-0.3.28
60
+ futures-io-0.3.29
60
61
futures-sink-0.3.28
61
62
futures-task-0.3.28
62
63
futures-util-0.3.28
@@ -133,7 +134,8 @@ CRATES="
133
134
serde_derive-1.0.188
134
135
serde_json-1.0.105
135
136
serde_urlencoded-0.7.1
136
- sha2-0.10.7
137
+ sha1-0.10.6
138
+ sha2-0.10.8
137
139
signature-2.1.0
138
140
slab-0.4.9
139
141
smallvec-1.11.0
@@ -151,7 +153,6 @@ CRATES="
151
153
tinyvec-1.6.0
152
154
tinyvec_macros-0.1.1
153
155
tokio-1.32.0
154
- tokio-macros-2.1.0
155
156
tokio-native-tls-0.3.1
156
157
tokio-util-0.7.8
157
158
tower-service-0.3.2
You can’t perform that action at this time.
0 commit comments