Skip to content

Commit

Permalink
Merge pull request #182 from tonlabs/ci/libraries-2386
Browse files Browse the repository at this point in the history
Updating the project due to dependency changes. . #none
  • Loading branch information
tonjen authored Jun 7, 2023
2 parents 52826d8 + e6c8475 commit 06efb4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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' }

Expand Down

0 comments on commit 06efb4e

Please sign in to comment.