Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
66eba8da34 chore(deps): update https://github.com/taiki-e/install-action digest to eea29cf 2026-04-15 05:03:09 +00:00
3 changed files with 6 additions and 17 deletions

View File

@@ -71,7 +71,7 @@ runs:
- name: Install timelord-cli and git-warp-time
if: steps.check-binaries.outputs.need-install == 'true'
uses: https://github.com/taiki-e/install-action@d0f23220b09a75c6db730f13bb37c4f8144b4382 # v2
uses: https://github.com/taiki-e/install-action@eea29cff9a2b68892c0845ae3e4f45fc47ee9354 # v2
with:
tool: git-warp-time,timelord-cli@3.0.1

19
Cargo.lock generated
View File

@@ -1203,7 +1203,7 @@ dependencies = [
"serde",
"serde-saphyr",
"serde_json",
"sha2 0.11.0",
"sha2",
"termimad",
"tokio",
"tracing",
@@ -1813,7 +1813,7 @@ dependencies = [
"ed25519",
"rand_core 0.6.4",
"serde",
"sha2 0.10.9",
"sha2",
"subtle",
"zeroize",
]
@@ -4773,7 +4773,7 @@ dependencies = [
"rand_core 0.6.4",
"ruma-common",
"serde_json",
"sha2 0.10.9",
"sha2",
"subslice",
"thiserror 2.0.18",
]
@@ -5314,17 +5314,6 @@ dependencies = [
"digest 0.10.7",
]
[[package]]
name = "sha2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
dependencies = [
"cfg-if",
"cpufeatures 0.3.0",
"digest 0.11.2",
]
[[package]]
name = "sha256"
version = "1.6.0"
@@ -5334,7 +5323,7 @@ dependencies = [
"async-trait",
"bytes",
"hex",
"sha2 0.10.9",
"sha2",
"tokio",
]

View File

@@ -400,7 +400,7 @@ features = [
]
[workspace.dependencies.sha2]
version = "0.11.0"
version = "0.10.8"
default-features = false
[workspace.dependencies.sha1]