From e6c847503903ec8edc9e4c0616213b5431eae788 Mon Sep 17 00:00:00 2001 From: tonjen Date: Wed, 7 Jun 2023 18:15:19 +0000 Subject: [PATCH] Updating the project due to dependency changes: . #none --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3b4531..0430c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ build = './common/build/build.rs' description = 'ADNL library' edition = '2021' name = 'adnl' -version = '0.8.1' +version = '0.8.2' [dependencies] aes-ctr = '0.6.0' @@ -22,13 +22,13 @@ stream-cancel = '0.8.0' tokio-io-timeout = '1.1.1' x25519-dalek = '1.2' chrono = { optional = true, version = '0.4' } -ever-crypto = { git = 'https://github.com/tonlabs/ever-crypto.git', tag = '0.1.139' } +ever-crypto = { git = 'https://github.com/tonlabs/ever-crypto.git', tag = '0.1.140' } external-ip = { optional = true, version = '4.1.0' } lockfree = { git = 'https://github.com/tonlabs/lockfree.git' } serde = { features = [ 'derive', 'rc' ], version = '1.0.105' } tokio = { features = [ 'io-util', 'macros', 'net', 'rt-multi-thread' ], version = '1.5.0' } tokio-stream = { features = [ 'net' ], version = '0.1.4' } -ton_api = { git = 'https://github.com/tonlabs/ever-tl.git', package = 'ton_api', tag = '0.3.8' } +ton_api = { git = 'https://github.com/tonlabs/ever-tl.git', package = 'ton_api', tag = '0.3.9' } ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.13' } zstd = { features = [ 'pkg-config' ], version = '0.11' }