From a0df41cb106a08f2c8cca5ce0294597a4c34a732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:14:32 +0000 Subject: [PATCH] chore(deps): bump pulldown-cmark-to-cmark from 13.0.0 to 18.0.0 Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 13.0.0 to 18.0.0. - [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases) - [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md) - [Commits](https://github.com/Byron/pulldown-cmark-to-cmark/compare/v13.0.0...v18.0.0) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 ++++++++++++++++++------- sapiens_bot/Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7fed7c..795c112 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" @@ -2093,7 +2093,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes", - "heck 0.4.1", + "heck 0.5.0", "itertools 0.12.1", "log", "multimap", @@ -2158,6 +2158,17 @@ dependencies = [ "unicase", ] +[[package]] +name = "pulldown-cmark" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" +dependencies = [ + "bitflags 2.6.0", + "memchr", + "unicase", +] + [[package]] name = "pulldown-cmark-escape" version = "0.10.1" @@ -2166,11 +2177,11 @@ checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" [[package]] name = "pulldown-cmark-to-cmark" -version = "13.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f609795c8d835f79dcfcf768415b9fb57ef1b74891e99f86e73f43a7a257163b" +checksum = "1e02b63adcb49f2eb675b1694b413b3e9fedbf549dfe2cc98727ad97a0c30650" dependencies = [ - "pulldown-cmark", + "pulldown-cmark 0.12.2", ] [[package]] @@ -2773,7 +2784,7 @@ dependencies = [ "huelib2", "indoc", "insta", - "pulldown-cmark", + "pulldown-cmark 0.10.3", "pulldown-cmark-to-cmark", "pyo3", "pyo3-asyncio", @@ -4010,7 +4021,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/sapiens_bot/Cargo.toml b/sapiens_bot/Cargo.toml index 11df536..8eae94f 100644 --- a/sapiens_bot/Cargo.toml +++ b/sapiens_bot/Cargo.toml @@ -54,7 +54,7 @@ pyo3-asyncio = { version = "0.20.0", features = [ "tokio-runtime", ] } -pulldown-cmark-to-cmark = "13" +pulldown-cmark-to-cmark = "18" pulldown-cmark = "0.10" dotenvy = "0.15.7"