Compare commits

..
Author SHA1 Message Date
a764277967 Update Rust crate chacha20poly1305 to 0.11
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
CI / checks (pull_request) Failing after 2m13s
2026-08-06 03:02:39 +02:00
6 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ jobs:
run: nix profile add nixpkgs#nodejs_24
- name: Checkout
uses: https://data.forgejo.org/actions/checkout@v7
uses: https://data.forgejo.org/actions/checkout@v4
- name: Run checks
run: |

View file

@ -25,7 +25,7 @@ jobs:
run: nix profile add nixpkgs#nodejs_24 nixpkgs#bun
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v7
uses: https://data.forgejo.org/actions/checkout@v4
with:
fetch-depth: 0

View file

@ -9,14 +9,14 @@ ignored = ["rand_core"]
[dependencies]
chacha20poly1305 = { version = "0.11", optional = true }
aes-gcm = { version = "0.10", optional = true }
ed25519-dalek = { version = "3.0", optional = true, features = [
ed25519-dalek = { version = "2.2", optional = true, features = [
"pkcs8",
"pem",
] }
hkdf = { version = "0.13", optional = true }
sha2 = { version = "0.11", optional = true }
zeroize = { version = "1.9", features = ["derive"] }
thiserror = "2"
thiserror = "1"
base64 = "0.23"
rand_core = { version = "0.10.1" }
rand = "0.10.2"

View file

@ -13,7 +13,7 @@
"mtp": "workspace:*"
},
"devDependencies": {
"typescript": "^7.0.0",
"typescript": "^6.0.3",
"vite": "^8.1.0"
}
}

View file

@ -9,5 +9,5 @@ edition = "2024"
mtp-crypto = { version = "0.2.0", path = "../crypto", default-features = false, features = ["chacha20poly1305", "hkdf"] }
rand = "0.10.2"
thiserror = "2"
thiserror = "1"
zeroize = "1.9"

View file

@ -56,7 +56,7 @@
"devDependencies": {
"@types/node": "^26.0.1",
"jscpd": "4.2.5",
"typescript": "^7.0.0"
"typescript": "^6.0.3"
},
"dependencies": {
"yaml": "^2.8.1"