mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-25 13:53:29 +03:00
a7964d1329
679: Bump self_update from 0.23.0 to 0.24.0 r=collinc97 a=dependabot-preview[bot] Bumps [self_update](https://github.com/jaemk/self_update) from 0.23.0 to 0.24.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jaemk/self_update/blob/master/CHANGELOG.md">self_update's changelog</a>.</em></p> <blockquote> <h2>[0.24.0]</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li><code>UpdateBuilder.bin_name</code> will add the platform-specific exe suffix on the S3 backend.</li> </ul> <h3>Removed</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jaemk/self_update/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=self_update&package-manager=cargo&previous-version=0.23.0&new-version=0.24.0)](https://dependabot.com/compatibility-score/?dependency-name=self_update&package-manager=cargo&previous-version=0.23.0&new-version=0.24.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> 680: Bump thiserror from 1.0.23 to 1.0.24 r=collinc97 a=dependabot-preview[bot] Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.23 to 1.0.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.24</h2> <ul> <li>Hygiene fixes in generated <code>source</code> method of error types originating inside of a macro definition to unblock <a href="https://github-redirect.dependabot.com/rust-lang/rust/pull/80689#issuecomment-781493634">rust-lang/rust#80689</a> (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/121">#121</a>, thanks <a href="https://github.com/Aaron1011"><code>@Aaron1011</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1b0a84996b
"><code>1b0a849</code></a> Release 1.0.24</li> <li><a href="d81b7466bc
"><code>d81b746</code></a> Merge pull request 121 from Aaron1011/fix/source-span</li> <li><a href="0fa679b1b8
"><code>0fa679b</code></a> Consistently use <code>quote!</code> when emitting 'source'</li> <li><a href="d0f521c208
"><code>d0f521c</code></a> Update ui test suite to nightly-2021-01-29</li> <li><a href="c09ddc2241
"><code>c09ddc2</code></a> Fix catching clippy warnings as CI failures</li> <li><a href="dc3c5c6a87
"><code>dc3c5c6</code></a> Resolve clippy filter_map_next pedantic lint</li> <li><a href="25f0be5e8f
"><code>25f0be5</code></a> Inform clippy of supported compiler version in clippy.toml</li> <li><a href="c0a56fefbe
"><code>c0a56fe</code></a> Opt in to pedantic clippy lints</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/1.0.23...1.0.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.23&new-version=1.0.24)](https://dependabot.com/compatibility-score/?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.23&new-version=1.0.24) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> 681: Bump reqwest from 0.11.0 to 0.11.1 r=collinc97 a=dependabot-preview[bot] Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Add <code>ClientBuilder::tls_built_in_root_certs()</code> option to disable built-in root certificates.</li> <li>Fix <code>rustls-tls</code> glue to more often support ALPN to upgrade to HTTP/2.</li> <li>Fix proxy parsing to assume <code>http://</code> if no scheme is found.</li> <li>Fix connection pool idle reaping by enabling hyper's <code>runtime</code> feature.</li> <li>(wasm) Add <code>Request::new()</code> constructor.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Add <code>ClientBuilder::tls_built_in_root_certs()</code> option to disable built-in root certificates.</li> <li>Fix <code>rustls-tls</code> glue to more often support ALPN to upgrade to HTTP/2.</li> <li>Fix proxy parsing to assume <code>http://</code> if no scheme is found.</li> <li>Fix connection pool idle reaping by enabling hyper's <code>runtime</code> feature.</li> <li>(wasm) Add <code>Request::new()</code> constructor.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8689aa47e0
"><code>8689aa4</code></a> v0.11.1</li> <li><a href="f5450f534a
"><code>f5450f5</code></a> support http proxy addresses with no scheme</li> <li><a href="c27cd06a11
"><code>c27cd06</code></a> Use <code>doc_cfg</code> to show feature requirements (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1134">#1134</a>)</li> <li><a href="727903f69a
"><code>727903f</code></a> Make Request constructor public for wasm environments (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1173">#1173</a>)</li> <li><a href="2940740493
"><code>2940740</code></a> fix: Upgrade to http2 if the server reports that it supports it (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1166">#1166</a>)</li> <li><a href="ad21b62fd2
"><code>ad21b62</code></a> Fix Android CI build (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1169">#1169</a>)</li> <li><a href="287a6d1852
"><code>287a6d1</code></a> Lint: fix unused <code>Identity</code> if only using <code>default-tls</code> (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1164">#1164</a>)</li> <li><a href="e56bd160ba
"><code>e56bd16</code></a> Enable hyper's runtime feature (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1162">#1162</a>) (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1163">#1163</a>)</li> <li><a href="326b8a7769
"><code>326b8a7</code></a> Marked sensitive headers as such in docs (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1160">#1160</a>)</li> <li><a href="9ae11b26fc
"><code>9ae11b2</code></a> Document that <code>blocking</code> and async do not mix (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1159">#1159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
186 lines
2.9 KiB
TOML
186 lines
2.9 KiB
TOML
[package]
|
|
name = "leo-lang"
|
|
version = "1.2.2"
|
|
authors = [ "The Aleo Team <hello@aleo.org>" ]
|
|
description = "The Leo programming language"
|
|
homepage = "https://aleo.org"
|
|
repository = "https://github.com/AleoHQ/leo"
|
|
keywords = [
|
|
"aleo",
|
|
"cryptography",
|
|
"leo",
|
|
"programming-language",
|
|
"zero-knowledge"
|
|
]
|
|
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
|
|
include = [ "Cargo.toml", "leo", "README.md", "LICENSE.md" ]
|
|
license = "GPL-3.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "leo/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "leo"
|
|
path = "leo/main.rs"
|
|
|
|
[workspace]
|
|
members = [
|
|
"asg",
|
|
"ast",
|
|
"compiler",
|
|
"gadgets",
|
|
"grammar",
|
|
"imports",
|
|
"input",
|
|
"linter",
|
|
"package",
|
|
"state",
|
|
]
|
|
|
|
[dependencies.leo-ast]
|
|
path = "./ast"
|
|
version = "1.2.2"
|
|
|
|
[dependencies.leo-compiler]
|
|
path = "./compiler"
|
|
version = "1.2.2"
|
|
|
|
[dependencies.leo-gadgets]
|
|
path = "./gadgets"
|
|
version = "1.2.2"
|
|
|
|
[dependencies.leo-imports]
|
|
path = "./imports"
|
|
version = "1.2.2"
|
|
|
|
[dependencies.leo-input]
|
|
path = "./input"
|
|
version = "1.2.2"
|
|
|
|
[dependencies.leo-package]
|
|
path = "./package"
|
|
version = "1.2.2"
|
|
|
|
[dependencies.leo-state]
|
|
path = "./state"
|
|
version = "1.2.2"
|
|
|
|
[dependencies.snarkvm-algorithms]
|
|
version = "0.0.4"
|
|
default-features = false
|
|
|
|
[dependencies.snarkvm-curves]
|
|
version = "0.0.4"
|
|
default-features = false
|
|
|
|
[dependencies.snarkvm-errors]
|
|
version = "0.0.4"
|
|
default-features = false
|
|
|
|
[dependencies.snarkvm-gadgets]
|
|
version = "0.0.4"
|
|
default-features = false
|
|
|
|
[dependencies.snarkvm-models]
|
|
version = "0.0.4"
|
|
default-features = false
|
|
|
|
[dependencies.snarkvm-utilities]
|
|
version = "0.0.4"
|
|
|
|
[dependencies.anyhow]
|
|
version = "1.0"
|
|
|
|
[dependencies.structopt]
|
|
version = "0.3"
|
|
|
|
[dependencies.clap]
|
|
version = "2.33.3"
|
|
|
|
[dependencies.colored]
|
|
version = "2.0"
|
|
|
|
[dependencies.dirs]
|
|
version = "3.0.1"
|
|
|
|
[dependencies.console]
|
|
version = "0.14.0"
|
|
|
|
[dependencies.from-pest]
|
|
version = "0.3.1"
|
|
|
|
[dependencies.lazy_static]
|
|
version = "1.4.0"
|
|
|
|
[dependencies.notify]
|
|
version = "4.0.15"
|
|
|
|
[dependencies.num-bigint]
|
|
version = "0.3"
|
|
|
|
[dependencies.rand]
|
|
version = "0.7"
|
|
|
|
[dependencies.rand_core]
|
|
version = "0.6.2"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.11.1"
|
|
features = [ "blocking", "json", "multipart" ]
|
|
|
|
[dependencies.self_update]
|
|
version = "0.24.0"
|
|
features = [ "archive-zip" ]
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
features = [ "derive" ]
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0"
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0"
|
|
|
|
[dependencies.toml]
|
|
version = "0.5"
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1"
|
|
|
|
[dependencies.tracing-subscriber]
|
|
version = "0.2"
|
|
features = [ "fmt" ]
|
|
|
|
[dependencies.zip]
|
|
version = "0.5"
|
|
|
|
[dev-dependencies.rusty-hook]
|
|
version = "0.11.2"
|
|
|
|
[features]
|
|
default = [ ]
|
|
ci_skip = [ "leo-compiler/ci_skip" ]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = "thin"
|
|
incremental = true
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|
|
debug = false
|
|
rpath = false
|
|
lto = "thin"
|
|
incremental = true
|
|
debug-assertions = false
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
|
|
[profile.test]
|
|
opt-level = 0
|
|
debug-assertions = true
|
|
debug = true
|