Skip to content

Commit

Permalink
chore: bump base64
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Jul 25, 2024
1 parent bf59253 commit 0013459
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 @@ -31,7 +31,7 @@ members = ["proc"]
[dependencies]
ahash = "0.8"
anyhow = { version = "1.0", optional = true }
base64 = { version = "0.21.0", optional = true }
base64 = { version = "0.22", optional = true }
bitflags = "2.3"
blake3 = { version = "1.5", optional = true }
bytes = { version = "1.4", optional = true }
Expand All @@ -54,7 +54,7 @@ everscale-types-proc = { version = "=0.1.4", path = "proc" }

[dev-dependencies]
anyhow = "1.0"
base64 = "0.21"
base64 = "0.22"
criterion = "0.5"
rand = "0.8"
rand_xorshift = "0.3"
Expand Down

0 comments on commit 0013459

Please sign in to comment.