Skip to content

Commit 9419549

Browse files
committed
coreos-base/ue-rs: Update to latest fixes
This pulls in the latest fixes as preparation for using ue-rs from bootengine and update-engine.
1 parent fd68dea commit 9419549

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sdk_container/src/third_party/coreos-overlay/coreos-base/ue-rs/ue-rs-9999.ebuild

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
1010
if [[ ${PV} == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm64"
1212
else
13-
CROS_WORKON_COMMIT="2c58396dcb97cc91bb14873c242b75bb8ebce0ad" # trunk
13+
CROS_WORKON_COMMIT="3fc1a8dc1f84814b9593a0f56cc0814c259200db" # TODO: trunk
1414
KEYWORDS="amd64 arm64"
1515
fi
1616

@@ -57,6 +57,7 @@ CRATES="
5757
form_urlencoded-1.2.0
5858
futures-channel-0.3.28
5959
futures-core-0.3.28
60+
futures-io-0.3.29
6061
futures-sink-0.3.28
6162
futures-task-0.3.28
6263
futures-util-0.3.28
@@ -133,7 +134,8 @@ CRATES="
133134
serde_derive-1.0.188
134135
serde_json-1.0.105
135136
serde_urlencoded-0.7.1
136-
sha2-0.10.7
137+
sha1-0.10.6
138+
sha2-0.10.8
137139
signature-2.1.0
138140
slab-0.4.9
139141
smallvec-1.11.0
@@ -151,7 +153,6 @@ CRATES="
151153
tinyvec-1.6.0
152154
tinyvec_macros-0.1.1
153155
tokio-1.32.0
154-
tokio-macros-2.1.0
155156
tokio-native-tls-0.3.1
156157
tokio-util-0.7.8
157158
tower-service-0.3.2

0 commit comments

Comments
 (0)