diff options
Diffstat (limited to 'crates/tor-dirmgr/Cargo.toml')
| -rw-r--r-- | crates/tor-dirmgr/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index 0fc6bc875..f17a395d1 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -78,7 +78,7 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0. paste = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" -rusqlite = { version = "0.36.0", features = ["time"] } +rusqlite = { version = "0.37.0", features = ["time"] } safelog = { path = "../safelog", version = "0.4.7" } scopeguard = "1" serde = { version = "1.0.103", features = ["derive"] } |
