From 0b60cc83419dfcbda5df004d1ba46b4e96c6a891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 21:01:55 +0000 Subject: [PATCH] cargo: bump typescript-type-def from 0.5.4 to 0.5.5 Bumps [typescript-type-def](https://github.com/dbeckwith/rust-typescript-type-def) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/dbeckwith/rust-typescript-type-def/releases) - [Changelog](https://github.com/dbeckwith/rust-typescript-type-def/blob/master/CHANGELOG.md) - [Commits](https://github.com/dbeckwith/rust-typescript-type-def/compare/v0.5.4...v0.5.5) --- updated-dependencies: - dependency-name: typescript-type-def dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- deltachat-jsonrpc/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 495355b3e..eab779e70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3708,9 +3708,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typescript-type-def" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1781793d51f116db5bb614f42b42aef2f3fdebe8b2f5f7d00254ed6bb14b0c69" +checksum = "947b91d2fe9ec02a6749b8b645541f16f527e2ea88a60b3f774eca26fd657325" dependencies = [ "serde_json", "typescript-type-def-derive", @@ -3718,9 +3718,9 @@ dependencies = [ [[package]] name = "typescript-type-def-derive" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ac1df09a36962cc2b9404e7fd78cc58c060ecb216c24d666de932e16ff6e539" +checksum = "e5c1bfe689e4067733530495b04959b00f05cd95f038bed59af4fc70b3e26240" dependencies = [ "darling 0.13.4", "ident_case", diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 1677c6c6a..b914c6169 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -23,7 +23,7 @@ async-channel = { version = "1.6.1" } futures = { version = "0.3.25" } serde_json = "1.0.87" yerpc = { version = "^0.3.1", features = ["anyhow_expose"] } -typescript-type-def = { version = "0.5.3", features = ["json_value"] } +typescript-type-def = { version = "0.5.5", features = ["json_value"] } tokio = { version = "1.21.2" } sanitize-filename = "0.4" walkdir = "2.3.2"