From 2cd034fba6210513e9df95d90ef08060ed9fc455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 05:03:53 +0000 Subject: [PATCH] deps: Bump lassie from 0.6.0 to 0.7.0 Bumps [lassie](https://github.com/filecoin-station/rusty-lassie) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/filecoin-station/rusty-lassie/releases) - [Changelog](https://github.com/filecoin-station/rusty-lassie/blob/main/docs/release.md) - [Commits](https://github.com/filecoin-station/rusty-lassie/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: lassie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 279950ca..ce70a9d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2272,9 +2272,9 @@ dependencies = [ [[package]] name = "lassie" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6267e531cbaf5286009a82f77e4c675b8d97ee6156ac94294e1fad06fbbe8179" +checksum = "4e507939723b8c97b0ab85d300b72864f9c548b2930d7905089e5441263e0d48" dependencies = [ "cc", "log", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e1af343a..d4a043e4 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -21,7 +21,7 @@ deno_fetch = "0.142.0" deno_url = "0.118.0" deno_web = "0.149.0" deno_webidl = "0.118.0" -lassie = "0.6.0" +lassie = "0.7.0" # lassie = { git = "https://github.com/filecoin-station/rusty-lassie.git" } log.workspace = true once_cell = "1.18.0"