From dca59bb8050f840a61becd9e3e1a3faeaa909f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:27:20 +0000 Subject: [PATCH] build(deps): bump rinja from 0.3.3 to 0.3.4 Bumps [rinja](https://github.com/rinja-rs/rinja) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/rinja-rs/rinja/releases) - [Commits](https://github.com/rinja-rs/rinja/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: rinja dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2db2d7..a22414d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,9 +764,9 @@ dependencies = [ [[package]] name = "rinja" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a73141aab0b35b30bb993f5c832b8c9211709563b8b95517713b7d00ebb063e" +checksum = "f28580fecce391f3c0e65a692e5f2b5db258ba2346ee04f355ae56473ab973dc" dependencies = [ "humansize", "itoa", @@ -777,9 +777,9 @@ dependencies = [ [[package]] name = "rinja_derive" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31b0baa0b963e94a919d0dcad5be1e2d30dcc0fdab93d9803ab4a019e188647c" +checksum = "1f1ae91455a4c82892d9513fcfa1ac8faff6c523602d0041536341882714aede" dependencies = [ "basic-toml", "memchr", @@ -796,9 +796,9 @@ dependencies = [ [[package]] name = "rinja_parser" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27303ef1ee98bb4240e3dd417f26459061e068d331b7ad05576167da3ae59a4e" +checksum = "06ea17639e1f35032e1c67539856e498c04cd65fe2a45f55ec437ec55e4be941" dependencies = [ "memchr", "nom", diff --git a/Cargo.toml b/Cargo.toml index 618d93a..fc6d327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ base64 = "0.22.1" percent-encoding = "2.3.1" time = { version = "0.3.36", features = ["formatting"] } clap = { version = "4.5.16", features = ["derive"] } -rinja = "0.3.3" +rinja = "0.3.4" [patch.crates-io] #tokio = { git = "https://github.com/tokio-rs/tokio.git", branch = "master" }