Skip to content

Commit

Permalink
Bump the minor-changes group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 3 updates: [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek), [ed25519-compact](https://github.com/jedisct1/rust-ed25519-compact) and [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen).


Updates `ed25519-dalek` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/2.1.1/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@2.1.0...2.1.1)

Updates `ed25519-compact` from 2.0.6 to 2.1.1
- [Release notes](https://github.com/jedisct1/rust-ed25519-compact/releases)
- [Commits](https://github.com/jedisct1/rust-ed25519-compact/commits/2.1.1)

Updates `wasm-bindgen` from 0.2.90 to 0.2.91
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.90...0.2.91)

---
updated-dependencies:
- dependency-name: ed25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: ed25519-compact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 3fcc02f commit 222b2fb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ features = ["sodiumoxide-crypto"]
optional = true

[dependencies.ed25519-dalek]
version = "2.1.0"
version = "2.1.1"
optional = true
default-features = false

[dependencies.ed25519-compact]
version = "2.0.6"
version = "2.1.1"
optional = true
default-features = false
features = ["random"]
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-opt = ["-Os", "--enable-mutable-globals"]
crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = "0.2.90"
wasm-bindgen = "0.2.91"

chrono = { version = "0.4.33", features = ["wasmbind"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down

0 comments on commit 222b2fb

Please sign in to comment.