Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 4 updates (#272)
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).

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Ostrovski <[email protected]>
  • Loading branch information
dependabot[bot] and slowli authored Oct 13, 2024
1 parent d168a65 commit 8189251
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 22 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

## [Unreleased]

### Changed

- Update the `secp256k1` dependency.

## 0.9.0-beta.1 - 2024-09-29

### Changed

- Bump minimum supported Rust version to 1.70.
- Update `secp256k1` dependency.
- Update the `secp256k1` dependency.

### Fixed

Expand Down
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.95"

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

0 comments on commit 8189251

Please sign in to comment.