diff options
author | Luca Casonato <hello@lcas.dev> | 2021-09-02 23:38:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 23:38:44 +0200 |
commit | 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 (patch) | |
tree | e92ed4d8cce51a38d8e728e5d4108edca018231d /ext/crypto | |
parent | c84532b6d5a424694c519260f0cf407b1d8ba604 (diff) |
chore: update dependencies (#11856)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/crypto')
-rw-r--r-- | ext/crypto/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index 349fb0265..976d8bbe9 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -21,8 +21,8 @@ num-traits = "0.2.14" rand = "0.8.4" ring = { version = "0.16.20", features = ["std"] } rsa = { version = "0.5.0", default-features = false, features = ["std"] } -serde = { version = "1.0.126", features = ["derive"] } +serde = { version = "1.0.129", features = ["derive"] } sha-1 = "0.9.7" sha2 = "0.9.5" -tokio = { version = "1.8.1", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } uuid = { version = "0.8.2", features = ["v4"] } |