Skip to content

Commit c7ed0ef

Browse files
committed
build: revert sha2 to 0.10
1 parent a3c89b9 commit c7ed0ef

12 files changed

Lines changed: 57 additions & 106 deletions

File tree

Cargo.lock

Lines changed: 46 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/auths-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ uuid = { workspace = true, features = ["serde"] }
3737
# Crypto & hashing
3838
ring = { workspace = true }
3939
base64 = { workspace = true }
40-
sha2 = "0.11"
40+
sha2 = "0.10"
4141
subtle = { workspace = true }
4242

4343
# Error handling

crates/auths-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ der = { version = "0.8.0", features = ["oid"] }
6464
env_logger = "0.11.8"
6565
config = { version = "0.15.19", features = ["toml"] }
6666
toml = "1.0.2"
67-
sha2 = "0.11"
67+
sha2 = "0.10"
6868
tempfile = "3"
6969
thiserror.workspace = true
7070
zeroize = "1.8"

crates/auths-id/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ multibase = "0.9.1"
3838
pkcs8 = "0.10"
3939
rand = "0.10.0"
4040
ring.workspace = true
41-
sha2 = "0.11"
41+
sha2 = "0.10"
4242
serde = { version = "1", features = ["derive"] }
4343
serde_json = "1.0.140"
4444
tempfile = { version = "3.19.1", optional = true }

crates/auths-mobile-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["lib", "staticlib", "cdylib"]
1717

1818
[dependencies]
1919
# UniFFI for Swift/Kotlin bindings (cli feature for bindgen)
20-
uniffi = { version = "0.28", features = ["cli"] }
20+
uniffi = { version = "0.31.0", features = ["cli"] }
2121

2222
# Serialization
2323
serde = { version = "1.0", features = ["derive"] }

crates/auths-pairing-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zeroize = { version = "1.8.1", features = ["serde", "derive"] }
2222
chrono = { version = "0.4", features = ["serde"] }
2323
thiserror.workspace = true
2424
hkdf = "0.12"
25-
sha2 = "0.11"
25+
sha2 = "0.10"
2626
chacha20poly1305 = { version = "0.10", features = ["std"] }
2727
schemars = { version = "0.8", optional = true }
2828

crates/auths-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ring.workspace = true
2626
thiserror.workspace = true
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = "1"
29-
sha2 = "0.11"
29+
sha2 = "0.10"
3030
json-canon.workspace = true
3131
base64 = "0.22"
3232
chrono = "0.4"

crates/auths-transparency/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ json-canon.workspace = true
2020
ring = { workspace = true, optional = true }
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0.149"
23-
sha2 = "0.11"
23+
sha2 = "0.10"
2424
thiserror.workspace = true
2525

2626
# native-only deps

crates/auths-verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ring = { workspace = true, optional = true }
2828
schemars = { workspace = true, optional = true, features = ["chrono"] }
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = "1.0.149"
31-
sha2 = "0.11"
31+
sha2 = "0.10"
3232
subtle.workspace = true
3333
thiserror.workspace = true
3434

packages/auths-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hex = "0.4"
3535
chrono = "0.4"
3636
ring = "0.17"
3737
json-canon = "=0.1.3"
38-
sha2 = "0.11"
38+
sha2 = "0.10"
3939
uuid = { version = "1", features = ["v4"] }
4040
shellexpand = "3"
4141
url = "2"

0 commit comments

Comments
 (0)