Skip to content

Commit 384b559

Browse files
committed
Merge branch 'main' into Frando/metrics
2 parents 26cbf40 + fbc6f47 commit 384b559

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.81"
1515
[dependencies]
1616
anyhow = { version = "1" }
1717
async-channel = "2.3.1"
18-
bao-tree = { version = "0.15", features = [
18+
bao-tree = { version = "0.15.1", features = [
1919
"tokio_fsm",
2020
"validate",
2121
], default-features = false }
@@ -58,7 +58,7 @@ quic-rpc = { version = "0.19", optional = true }
5858
quic-rpc-derive = { version = "0.19", optional = true }
5959
rand = "0.8"
6060
range-collections = "0.4.0"
61-
redb = { version = "2.2.0", optional = true }
61+
redb = { version = "=2.4", optional = true }
6262
reflink-copy = { version = "0.1.8", optional = true }
6363
self_cell = "1.0.1"
6464
serde = { version = "1", features = ["derive"] }

deny.toml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ignore = [
3434
"RUSTSEC-2024-0370", # unmaintained, no upgrade available
3535
"RUSTSEC-2024-0384", # unmaintained, no upgrade available
3636
"RUSTSEC-2024-0436", # unmaintained paste
37+
"RUSTSEC-2023-0089", # unmaintained, no upgrade available yet
3738
]
3839

3940
[sources]

0 commit comments

Comments
 (0)