From 3919dc14ebd0d76dae4bc461da0f51c1920f783a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 20:15:20 +0000 Subject: [PATCH] Bump capnp from 0.15.0 to 0.15.2 Bumps [capnp](https://github.com/capnproto/capnproto-rust) from 0.15.0 to 0.15.2. - [Release notes](https://github.com/capnproto/capnproto-rust/releases) - [Commits](https://github.com/capnproto/capnproto-rust/compare/capnp-v0.15.0...capnp-v0.15.2) --- updated-dependencies: - dependency-name: capnp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f807fb..1349db3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "capnp" -version = "0.15.0" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e850735c543306805e2ba8ee0a9632b0f62bb05872a8be2e2674e9903a1c048" +checksum = "afaa14ddcf4553e700608c1c0ee3ca1f4cf673470462b99ff6dd6bedcdb6c6ce" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index c4af35b..991d1aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ name = "foobar" path = "src/lib.rs" [dependencies] -capnp = "=0.15.0" +capnp = "=0.15.2" openssl = "=0.10.44"