Compare commits

...
Author SHA1 Message Date
516e9639c5 Update Rust crate aes-gcm to 0.11
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / checks (pull_request) Failing after 2m34s
2026-08-19 15:00:47 +03:00
a5c8d4f0c8
Update ci.yml
Some checks failed
CI / checks (push) Failing after 2m36s
2026-08-19 13:17:05 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ jobs:
cargo machete
pnpm install --frozen-lockfile
pnpm add --save-dev --save-exact --workspace-root jscpd-linux-x64-gnu@5.0.14
pnpm run dup
RUSTFLAGS="--cfg web_sys_unstable_apis" wasm-pack test --node wasm

View file

@ -8,7 +8,7 @@ ignored = ["rand_core"]
[dependencies]
chacha20poly1305 = { version = "0.10", optional = true }
aes-gcm = { version = "0.10", optional = true }
aes-gcm = { version = "0.11", optional = true }
ed25519-dalek = { version = "3.0", optional = true, features = [
"pkcs8",
"pem",