mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 23:31:34 +01:00
19 lines
513 B
Diff
19 lines
513 B
Diff
.1 fixes 32-bit build
|
|
--
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
index a7f3c53..db3355b 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -2195,9 +2195,9 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "rustls-webpki"
|
|
-version = "0.101.0"
|
|
+version = "0.101.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "89efed4bd0af2a8de0feb22ba38030244c93db56112b8aa67d27022286852b1c"
|
|
+checksum = "15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|