From 630238aae00968290eb058a2ae007096c27aed9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:48:57 +0000 Subject: [PATCH] build(deps): bump schematic from 0.12.10 to 0.12.12 Bumps [schematic](https://github.com/moonrepo/schematic) from 0.12.10 to 0.12.12. - [Changelog](https://github.com/moonrepo/schematic/blob/master/CHANGELOG.md) - [Commits](https://github.com/moonrepo/schematic/compare/schematic-v0.12.10...schematic-v0.12.12) --- updated-dependencies: - dependency-name: schematic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d84241..5d2039a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1717,9 +1717,9 @@ dependencies = [ [[package]] name = "schematic" -version = "0.12.10" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "710a6af816c586a37dc9b8b304370f36d8b90751785bbb245942bed0ae00a69d" +checksum = "c5ed74b468686fb5551b8f29c8339dcf0b7ac4e0f475490f6f49f6a2aadcd392" dependencies = [ "garde", "miette", diff --git a/Cargo.toml b/Cargo.toml index 7a106e7..032c637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ opentelemetry = { version = "0.21.0"} opentelemetry-otlp = { version = "0.14.0", features = ["opentelemetry-http"] } opentelemetry-semantic-conventions = "0.13.0" opentelemetry_sdk = { version = "0.21.1", features = ["rt-tokio"] } -schematic = "0.12.10" +schematic = "0.12.12" [dev-dependencies] axum-test = "13.4.1"