diff options
Diffstat (limited to 'crates/tor-consdiff')
| -rw-r--r-- | crates/tor-consdiff/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml index 7e21841e2..9f0cf5f37 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-consdiff" -version = "0.36.0" +version = "0.37.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.86" @@ -23,6 +23,6 @@ __is_experimental = [] digest = "0.10.0" hex = "0.4" thiserror = "2" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0" } [package.metadata.docs.rs] all-features = true |
