Merge pull request #28314 from ProvableHQ/dependabot/cargo/mainnet/ureq-2.10.1

Bump ureq from 2.10.0 to 2.10.1
This commit is contained in:
d0cd 2024-08-13 08:28:45 -07:00 committed by GitHub
commit 219cdaf22a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4247,9 +4247,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "ureq"
version = "2.10.0"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea"
checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a"
dependencies = [
"base64 0.22.1",
"flate2",

View File

@ -63,7 +63,7 @@ noconfig = [ ]
dialoguer = "0.11.0"
num-format = "0.4.4"
text-tables = "0.3.1"
ureq = "2.10.0"
ureq = "2.10.1"
[dependencies.leo-ast]
path = "./compiler/ast"