From 382240f6dda28a8a9c65386d6eb79f8a17f4f50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:39:52 +0000 Subject: [PATCH] fix(deps): bump convert_case from 0.6.0 to 0.7.1 Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.6.0 to 0.7.1. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- ton-liteserver-client/Cargo.toml | 2 +- tonlibjson-client/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8d7c5f6..ad14d158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -392,9 +392,9 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "convert_case" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" dependencies = [ "unicode-segmentation", ] diff --git a/ton-liteserver-client/Cargo.toml b/ton-liteserver-client/Cargo.toml index f6cda9d4..54ae5cf5 100644 --- a/ton-liteserver-client/Cargo.toml +++ b/ton-liteserver-client/Cargo.toml @@ -9,7 +9,7 @@ anyhow = { workspace = true } quote = "1.0" syn = "2.0.96" prettyplease = "0.2.29" -convert_case = "0.6.0" +convert_case = "0.7.1" [dependencies] adnl-tcp = { path = "../adnl-tcp", features = ["client"] } diff --git a/tonlibjson-client/Cargo.toml b/tonlibjson-client/Cargo.toml index 144ab0e0..6749679e 100644 --- a/tonlibjson-client/Cargo.toml +++ b/tonlibjson-client/Cargo.toml @@ -45,7 +45,7 @@ anyhow = { workspace = true } quote = "1.0" syn = "2.0.96" prettyplease = "0.2.29" -convert_case = "0.6.0" +convert_case = "0.7.1" [features] testnet = ["tonlibjson-sys/testnet"]