Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a764277967 |
6 changed files with 7 additions and 7 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"mtp": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^7.0.0",
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue