Skip to content

Commit ab3af8c

Browse files
committed
Update dependencies that were not populated by GH dependabot
Update dependencies that were not populated by GH dependabot or that were in process of being updated by the bot.
1 parent 3bd91ae commit ab3af8c

12 files changed

Lines changed: 306 additions & 390 deletions

File tree

Cargo.lock

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

consensus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ workspace = true
2222
[dependencies]
2323
async-trait = "0.1"
2424
futures = { workspace = true }
25-
hashlink = "0.10"
25+
hashlink = "0.11"
2626
instant = { version = "0.1", features = ["wasm-bindgen"] }
2727
log = { workspace = true }
2828
parking_lot = "0.12"

database/benches/hash_keys.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use std::{borrow::Cow, collections::HashSet, hash::Hash, marker::PhantomData};
1+
use std::{borrow::Cow, collections::HashSet, hash::Hash, hint::black_box, marker::PhantomData};
22

33
use criterion::{
4-
black_box, criterion_group, criterion_main, measurement::WallTime, BenchmarkGroup, Criterion,
4+
criterion_group, criterion_main, measurement::WallTime, BenchmarkGroup, Criterion,
55
};
66
use nimiq_database::{
77
mdbx::{DatabaseConfig, MdbxDatabase},

database/benches/pruning.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use std::ops::Range;
1+
use std::{hint::black_box, ops::Range};
22

33
use criterion::{
4-
black_box, criterion_group, criterion_main, measurement::WallTime, BenchmarkGroup, Criterion,
4+
criterion_group, criterion_main, measurement::WallTime, BenchmarkGroup, Criterion,
55
};
66
use nimiq_database::{
77
mdbx::{DatabaseConfig, MdbxDatabase},

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords.workspace = true
1414
workspace = true
1515

1616
[dependencies]
17-
afl = { version = "0.16.0", optional = true }
17+
afl = { version = "0.17.0", optional = true }
1818

1919
nimiq-collections = { workspace = true }
2020
nimiq-keys = { workspace = true }

handel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workspace = true
1616
[dependencies]
1717
async-trait = "0.1"
1818
futures = { workspace = true }
19-
hashlink = "0.10"
19+
hashlink = "0.11"
2020
log = { workspace = true }
2121
instant = { version = "0.1", features = ["wasm-bindgen"] }
2222
parking_lot = "0.12"

lib/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
clap = { version = "4.5", features = ["derive"] }
24-
console-subscriber = { version = "0.4", features = [
24+
console-subscriber = { version = "0.5", features = [
2525
"parking_lot",
2626
], optional = true }
2727
derive_builder = "0.20"

mempool/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
futures = { workspace = true }
24-
hashlink = "0.10"
24+
hashlink = "0.11"
2525
keyed_priority_queue = "0.4"
2626
log = { workspace = true }
2727
parking_lot = "0.12"

network-mock/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-
derive_more = { version = "1.0", features = ["display", "from", "into"] }
24+
derive_more = { version = "2.0", features = ["display", "from", "into"] }
2525
futures = { workspace = true }
2626
log = { workspace = true }
2727
parking_lot = "0.12"

pow-migration/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
clap = { version = "4.5", features = ["derive"] }
24-
convert_case = "0.8"
24+
convert_case = "0.9"
2525
hex = "0.4"
2626
humantime = "2.3"
2727
log = { workspace = true }

0 commit comments

Comments
 (0)