Skip to content

Commit

Permalink
chore: bump tl-proto and everscale-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Nov 28, 2024
1 parent 799ca81 commit 154e081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ blake3 = { version = "1.5", optional = true }
bytes = { version = "1.4", optional = true }
crc32c = "0.6.8"
ed25519-dalek = { version = "2.1.1", optional = true }
everscale-crypto = { version = "0.2", features = ["tl-proto"], optional = true }
everscale-crypto = { version = "0.3", features = ["tl-proto"], optional = true }
hex = "0.4"
num-bigint = { version = "0.4", optional = true }
num-traits = { version = "0.2", optional = true }
Expand All @@ -56,7 +56,7 @@ serde = { version = "1", features = ["derive"], optional = true }
sha2 = "0.10"
smallvec = { version = "1.9", features = ["union"] }
thiserror = "1.0"
tl-proto = { version = "0.4", optional = true }
tl-proto = { version = "0.5", optional = true }
typeid = { version = "1.0", optional = true }

everscale-types-proc = { version = "=0.1.5", path = "proc" }
Expand Down

0 comments on commit 154e081

Please sign in to comment.