Update dependencies. (#2266)

* Update dependencies

* Fix Cargo.lock
This commit is contained in:
d0cd 2023-02-15 13:18:14 -08:00 committed by GitHub
parent fa592d1d9e
commit b83b82ff92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 297 additions and 241 deletions

534
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@ members = [
version = "0.9.13"
[workspace.dependencies.snarkvm-console]
version = "0.9.11"
version = "0.9.13"
[lib]
path = "leo/lib.rs"
@ -50,7 +50,7 @@ ci_skip = [ "leo-compiler/ci_skip" ]
noconfig = [ ]
[dependencies.aleo]
version = "0.3.3"
version = "0.3.4"
[dependencies.leo-ast]
path = "./compiler/ast"