From 8844f959da1b812e971b59245fa39c2fb974366a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 04:28:04 +0000 Subject: [PATCH] chore(deps): bump typetag from 0.2.17 to 0.2.18 Bumps [typetag](https://github.com/dtolnay/typetag) from 0.2.17 to 0.2.18. - [Release notes](https://github.com/dtolnay/typetag/releases) - [Commits](https://github.com/dtolnay/typetag/compare/0.2.17...0.2.18) --- updated-dependencies: - dependency-name: typetag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- lib/framework/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e5159cd6..f47945551 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4169,9 +4169,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typetag" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f7ec175048b96728c30152928c52161bfcc8ea2bd3fb7ed4ccb7dec060b2834" +checksum = "52ba3b6e86ffe0054b2c44f2d86407388b933b16cb0a70eea3929420db1d9bbe" dependencies = [ "erased-serde", "inventory", @@ -4182,9 +4182,9 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84b5474fd169a5b02b6782b56bbbbff27e85947d4488e5501123687db3148647" +checksum = "70b20a22c42c8f1cd23ce5e34f165d4d37038f5b663ad20fb6adbdf029172483" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 873938ce1..bad853dc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -414,6 +414,6 @@ sqlx = { version = "0.8.0", default-features = false, optional = true, features thiserror = { version = "1.0.63", default-features = false } tonic = { version = "0.12.1", default-features = false, optional = true } tonic-health = { version = "0.12.1", default-features = false, optional = true } -typetag = { version = "0.2.17" } +typetag = { version = "0.2.18" } url = { version = "2.5.2", features = ["serde"] } uuid = { version = "1.10.0", default-features = false, features = ["v4"], optional = true } diff --git a/lib/framework/Cargo.toml b/lib/framework/Cargo.toml index 5e88f72a1..06fe3dc24 100644 --- a/lib/framework/Cargo.toml +++ b/lib/framework/Cargo.toml @@ -85,6 +85,6 @@ tracing-limit = { path = "../tracing-limit" } tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter", "json", "fmt", "ansi"] } tripwire = { path = "../tripwire" } twox-hash = { version = "1.6.3", default-features = false } -typetag = { version = "0.2.17" } +typetag = { version = "0.2.18" } url = { version = "2.5.2", features = ["serde"] } zstd = { version = "0.13.2", default-features = false }