Bump aleo from 0.3.2 to 0.3.3

Bumps [aleo](https://github.com/AleoHQ/aleo) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/AleoHQ/aleo/releases)
- [Commits](https://github.com/AleoHQ/aleo/commits)

---
updated-dependencies:
- dependency-name: aleo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-30 10:05:58 +00:00 committed by GitHub
parent 86b24c50bb
commit ac9cdd9a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -70,9 +70,9 @@ dependencies = [
[[package]]
name = "aleo"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5bc94cfbf1c50218567ebbd22d8caf4db2ac9283c139c890ba0c5da74bc01fa"
checksum = "17259b13bd25bf6fdc8d6a207fd690daca08640dd364d7072ba425b5a5bfa6cd"
dependencies = [
"anyhow",
"clap",

View File

@ -50,7 +50,7 @@ ci_skip = [ "leo-compiler/ci_skip" ]
noconfig = [ ]
[dependencies.aleo]
version = "0.3.2"
version = "0.3.3"
[dependencies.leo-ast]
path = "./compiler/ast"