Merge pull request #1736 from AleoHQ/dependabot/cargo/testnet3/tendril-0.4.3

Bump tendril from 0.4.2 to 0.4.3
This commit is contained in:
Collin Chin 2022-04-05 14:52:04 -07:00 committed by GitHub
commit 96e7504b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -674,9 +674,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "futf"
version = "0.1.4"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
@ -2276,9 +2276,9 @@ dependencies = [
[[package]]
name = "tendril"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",

View File

@ -43,7 +43,7 @@ version = "1.0.133"
features = [ "derive", "rc" ]
[dependencies.tendril]
version = "0.4.2"
version = "0.4.3"
[dependencies.thiserror]
version = "1.0.30"