Skip to content

Commit f481097

Browse files
committed
Merge branch 'main' into update-bao-tree
2 parents 23aceb4 + 25af32b commit f481097

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
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)