Skip to content

Commit 7b30de0

Browse files
build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 6 updates (#3607)
Bumps the minor-and-patch-cargo-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.25.0` | | [libmdbx](https://github.com/vorot93/libmdbx-rs) | `0.6.5` | `0.6.6` | | [syn](https://github.com/dtolnay/syn) | `2.0.114` | `2.0.116` | | [clap](https://github.com/clap-rs/clap) | `4.5.56` | `4.5.58` | | [bitflags](https://github.com/bitflags/bitflags) | `2.10.0` | `2.11.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` | Updates `tempfile` from 3.24.0 to 3.25.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `libmdbx` from 0.6.5 to 0.6.6 - [Commits](https://github.com/vorot93/libmdbx-rs/commits) Updates `syn` from 2.0.114 to 2.0.116 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.114...2.0.116) Updates `clap` from 4.5.56 to 4.5.58 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.56...clap_complete-v4.5.58) Updates `bitflags` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.10.0...2.11.0) Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-cargo-updates - dependency-name: libmdbx dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: syn dependency-version: 2.0.116 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: clap dependency-version: 4.5.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-cargo-updates - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc0b62b commit 7b30de0

File tree

9 files changed

+97
-97
lines changed

9 files changed

+97
-97
lines changed

Cargo.lock

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blockchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ nimiq-zkp = { workspace = true }
5353

5454
[dev-dependencies]
5555
rand_chacha = "0.9"
56-
tempfile = "3.24"
56+
tempfile = "3.25"
5757

5858
nimiq-tendermint = { workspace = true }
5959
nimiq-test-log = { workspace = true }

database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maintenance = { status = "experimental" }
2323
workspace = true
2424

2525
[dependencies]
26-
libmdbx = "0.6.5"
26+
libmdbx = "0.6.6"
2727
log = { workspace = true }
2828
tempfile = "3"
2929
thiserror = "2.0"

network-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workspace = true
2121

2222
[dependencies]
2323
async-trait = "0.1"
24-
bitflags = { version = "2.10", features = ["serde"] }
24+
bitflags = { version = "2.11", features = ["serde"] }
2525
futures = { workspace = true }
2626
log = { workspace = true }
2727
multiaddr = "0.18"

primitives/account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ nimiq-vrf = { workspace = true }
3838

3939
[dev-dependencies]
4040
hex = "0.4"
41-
tempfile = "3.24"
41+
tempfile = "3.25"
4242

4343
nimiq-genesis-builder = { workspace = true }
4444
nimiq-test-log = { workspace = true }

primitives/block/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintenance = { status = "experimental" }
1919

2020
[dependencies]
2121
ark-ec = "0.4"
22-
bitflags = { version = "2.10", features = ["serde"] }
22+
bitflags = { version = "2.11", features = ["serde"] }
2323
byteorder = "1.5"
2424
hex = "0.4"
2525
log = { workspace = true }

primitives/transaction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818

1919
[dependencies]
2020
base64 = "0.22"
21-
bitflags = { version = "2.10", features = ["serde"] }
21+
bitflags = { version = "2.11", features = ["serde"] }
2222
hex = "0.4"
2323
log = { workspace = true }
2424
serde = "1.0"

test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rand = "0.9"
4242
rand_chacha = "0.9"
4343
rand_core_compat = { version = "0.1", features = ["rand_core_0_6", "rand_core_0_9"] }
4444
serde = "1.0"
45-
tempfile = "3.24"
45+
tempfile = "3.25"
4646
tokio = { version = "1.49", features = ["rt", "time", "tracing"] }
4747
tokio-stream = "0.1"
4848
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

zkp-component/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ nimiq-zkp-circuits = { workspace = true }
6565
nimiq-zkp-primitives = { workspace = true }
6666

6767
[dev-dependencies]
68-
tempfile = "3.24"
68+
tempfile = "3.25"
6969

7070
nimiq-bls = { workspace = true }
7171
nimiq-genesis-builder = { workspace = true }

0 commit comments

Comments
 (0)