Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 4 updates in the / directory: [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1), [const-decoder](https://github.com/slowli/const-decoder), [once_cell](https://github.com/matklad/once_cell) and [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen).


Updates `secp256k1` from 0.29.1 to 0.30.0
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.29.1...secp257k1-0.30.0)

Updates `const-decoder` from 0.3.0 to 0.4.0
- [Changelog](https://github.com/slowli/const-decoder/blob/master/CHANGELOG.md)
- [Commits](slowli/const-decoder@v0.3.0...v0.4.0)

Updates `once_cell` from 1.19.0 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.2)

Updates `wasm-bindgen` from 0.2.93 to 0.2.94
- [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.93...0.2.94)

---
updated-dependencies:
- dependency-name: secp256k1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: const-decoder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: once_cell
  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 Oct 10, 2024
1 parent d168a65 commit fcd3b97
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 21 deletions.
74 changes: 58 additions & 16 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 @@ -47,7 +47,7 @@ subtle = { version = "2.6.1", default-features = false }
zeroize = { version = "1.8", features = ["zeroize_derive"] }

# Crypto backends (all public dependencies).
secp256k1 = { version = "0.29", optional = true }
secp256k1 = { version = "0.30", optional = true }

[dependencies.k256]
version = "0.13.4"
Expand Down Expand Up @@ -85,7 +85,7 @@ default-features = false

[dev-dependencies]
assert_matches = "1.3"
const-decoder = "0.3.0"
const-decoder = "0.4.0"
criterion = "0.5.1"
doc-comment = "0.3.3"
hex-buffer-serde = "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/no-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
anyhow = { version = "1.0.89", default-features = false }
chrono = { version = "0.4.38", default-features = false }
const-decoder = "0.3.0"
const-decoder = "0.4.0"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }

# Cortex-M dependencies.
Expand All @@ -23,7 +23,7 @@ panic-halt = "0.2.0"

# RSA-specific dependencies. Everything besides `rsa` is needed to set up an RNG.
getrandom = { version = "0.2", features = ["custom"], optional = true }
once_cell = { version = "1.19.0", default-features = false, optional = true }
once_cell = { version = "1.20.2", default-features = false, optional = true }
rand_chacha = { version = "0.3.1", default-features = false, optional = true }
rsa = { version = "0.9", default-features = false, optional = true }

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.93"
wasm-bindgen = "0.2.94"

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

0 comments on commit fcd3b97

Please sign in to comment.