From 2ebbe0e3319ca44ca95d361c93baca795d50b9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:38:38 +0000 Subject: [PATCH] chore(deps): bump candid from 0.10.12 to 0.10.13 Bumps [candid](https://github.com/dfinity/candid) from 0.10.12 to 0.10.13. - [Release notes](https://github.com/dfinity/candid/releases) - [Changelog](https://github.com/dfinity/candid/blob/master/Changelog.md) - [Commits](https://github.com/dfinity/candid/commits) --- updated-dependencies: - dependency-name: candid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65975be..dfc0d41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,9 +193,9 @@ dependencies = [ [[package]] name = "candid" -version = "0.10.12" +version = "0.10.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e129c4051c57daf943586e01ef72faae48b04a8f692d5f646febf17a264c38" +checksum = "a253bab4a9be502c82332b60cbeee6202ad0692834efeec95fae9f29db33d692" dependencies = [ "anyhow", "binread", @@ -1880,7 +1880,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2463,7 +2463,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]]