From 23004923d8f903c5c752aa1c3ee050e1365e0660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:52:54 +0000 Subject: [PATCH] cargo prod(deps): update tera requirement from 1.17 to 2.0 Updates the requirements on [tera](https://github.com/Keats/tera) to permit the latest version. - [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/tera/compare/v1.17.0...v2.0.0) --- updated-dependencies: - dependency-name: tera dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codes-common/Cargo.toml | 2 +- codes-iana-charset/Cargo.toml | 2 +- codes-iso-10383/Cargo.toml | 2 +- codes-iso-10962/Cargo.toml | 2 +- codes-iso-15924/Cargo.toml | 2 +- codes-iso-3166/Cargo.toml | 2 +- codes-iso-4217/Cargo.toml | 2 +- codes-iso-639/Cargo.toml | 2 +- codes-un-m49/Cargo.toml | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/codes-common/Cargo.toml b/codes-common/Cargo.toml index 235a0df..99ee0e0 100644 --- a/codes-common/Cargo.toml +++ b/codes-common/Cargo.toml @@ -13,7 +13,7 @@ publish = true [dependencies] csv = { version = "1.1", optional = true } -tera = { version = "1.17", optional = true } +tera = { version = "2.0", optional = true } tracing = { version = "0.1", optional = true } [package.metadata.docs.rs] diff --git a/codes-iana-charset/Cargo.toml b/codes-iana-charset/Cargo.toml index 5e9bae9..c8d89a6 100644 --- a/codes-iana-charset/Cargo.toml +++ b/codes-iana-charset/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [build-dependencies] codes-common = { version = "0.1", features = ["csv_tools"], path = "../codes-common" } csv = "1.1" -tera = "1.17" +tera = "2.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/codes-iso-10383/Cargo.toml b/codes-iso-10383/Cargo.toml index 01a9fd5..da0d613 100644 --- a/codes-iso-10383/Cargo.toml +++ b/codes-iso-10383/Cargo.toml @@ -36,4 +36,4 @@ url = { version = "2.3", optional = true, features = ["serde"] } [build-dependencies] codes-common = { version = "0.1", features = ["csv_tools"], path = "../codes-common" } csv = "1.1" -tera = "1.17" +tera = "2.0" diff --git a/codes-iso-10962/Cargo.toml b/codes-iso-10962/Cargo.toml index ce69366..b2bb510 100644 --- a/codes-iso-10962/Cargo.toml +++ b/codes-iso-10962/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [build-dependencies] codes-common = { version = "0.1", path = "../codes-common", features = ["build"] } -tera = "1.17" +tera = "2.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/codes-iso-15924/Cargo.toml b/codes-iso-15924/Cargo.toml index 71e36b0..456fe0c 100644 --- a/codes-iso-15924/Cargo.toml +++ b/codes-iso-15924/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [build-dependencies] codes-common = { version = "0.1", features = ["csv_tools"], path = "../codes-common" } csv = "1.1" -tera = "1.17" +tera = "2.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/codes-iso-3166/Cargo.toml b/codes-iso-3166/Cargo.toml index 48e3342..d2d18d3 100644 --- a/codes-iso-3166/Cargo.toml +++ b/codes-iso-3166/Cargo.toml @@ -21,7 +21,7 @@ codes-common = { version = "0.1", features = ["csv_tools"], path = "../codes-com csv = "1.1" lazy_static = "1.4" regex = "1.7" -tera = "1.17" +tera = "2.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/codes-iso-4217/Cargo.toml b/codes-iso-4217/Cargo.toml index 65845e2..0cefffd 100644 --- a/codes-iso-4217/Cargo.toml +++ b/codes-iso-4217/Cargo.toml @@ -32,4 +32,4 @@ serde = { version = "1.0", features = ["derive"], optional = true } codes-common = { version = "0.1", path = "../codes-common", features = ["build"] } quick-xml = "0.36" scraper = "0.20.0" -tera = "1.17" +tera = "2.0" diff --git a/codes-iso-639/Cargo.toml b/codes-iso-639/Cargo.toml index c338c48..d79cc6c 100644 --- a/codes-iso-639/Cargo.toml +++ b/codes-iso-639/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [build-dependencies] codes-common = { version = "0.1", features = ["csv_tools"], path = "../codes-common" } csv = "1.1" -tera = "1.17" +tera = "2.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/codes-un-m49/Cargo.toml b/codes-un-m49/Cargo.toml index be38030..48ef58d 100644 --- a/codes-un-m49/Cargo.toml +++ b/codes-un-m49/Cargo.toml @@ -15,12 +15,12 @@ codes-agency = { version = "0.1", path = "../codes-agency" } codes-common = { version = "0.1", path = "../codes-common" } codes-iso-3166 = { version = "0.1", path = "../codes-iso-3166", features = ["part_2"], optional = true } serde = { version = "1.0", features = ["derive"], optional = true } -tera = "1.17" +tera = "2.0" [build-dependencies] codes-common = { version = "0.1", path = "../codes-common", features = ["build"] } scraper = "0.20.0" -tera = "1.17" +tera = "2.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]