diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-09 07:15:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 16:15:46 +0100 |
| commit | ee7fd0a2127e6a435023bf9a43de60130117697d (patch) | |
| tree | 7c8333c03bec64f7a0668c1908611d946202d3bb /Cargo.toml | |
| parent | 09dc5f36d9e69c5bf8acccd5e7e1a77f69209d95 (diff) | |
chore(ext/crypto): bump signature to 2.1 (#21125)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 3af8c60fc..8849165e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ serde_bytes = "0.11" serde_json = "1.0.85" serde_repr = "=0.1.16" sha2 = { version = "0.10.8", features = ["oid"] } -signature = "=1.6.4" +signature = "2.1" slab = "0.4" smallvec = "1.8" socket2 = { version = "0.5.3", features = ["all"] } |
