Merge pull request #27358 from AleoHQ/dependabot/cargo/testnet3/ureq-2.9.1

Bump ureq from 2.9.0 to 2.9.1
This commit is contained in:
d0cd 2024-01-16 09:57:35 +08:00 committed by GitHub
commit 7205794756
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

@ -3936,9 +3936,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "ureq"
version = "2.9.0"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7830e33f6e25723d41a63f77e434159dad02919f18f55a512b5f16f3b1d77138"
checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97"
dependencies = [
"base64",
"flate2",

View File

@ -46,7 +46,7 @@ version = "1.9.4"
path = "../../compiler/span"
[dependencies.ureq]
version = "2.7"
version = "2.9"
[dependencies.leo-passes]
version = "1.9.4"