From a7fecfe28ea88f0c98d76be30bd59c8b25148c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:49:20 +0000 Subject: [PATCH] Bump serde_json from 1.0.133 to 1.0.134 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- notifico-app/Cargo.toml | 2 +- notifico-core/Cargo.toml | 2 +- notifico-dbpipeline/Cargo.toml | 2 +- notifico-subscription/Cargo.toml | 2 +- notifico-template/Cargo.toml | 2 +- notificox/Cargo.toml | 2 +- transports/notifico-gotify/Cargo.toml | 2 +- transports/notifico-ntfy/Cargo.toml | 2 +- transports/notifico-smpp/Cargo.toml | 2 +- transports/notifico-smtp/Cargo.toml | 2 +- transports/notifico-telegram/Cargo.toml | 2 +- transports/notifico-whatsapp/Cargo.toml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e92af4e..a87835a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3457,9 +3457,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "indexmap 2.7.0", "itoa", diff --git a/notifico-app/Cargo.toml b/notifico-app/Cargo.toml index 45cb65f..37f6296 100644 --- a/notifico-app/Cargo.toml +++ b/notifico-app/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.22" rust-embed = { version = "8.5.0", features = ["mime-guess"] } sea-orm = { workspace = true } serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.134" tokio = { version = "1.42", features = ["macros", "rt", "sync", "rt-multi-thread", "signal"] } tower-http = { version = "0.6.2", features = ["cors"] } tracing = "0.1" diff --git a/notifico-core/Cargo.toml b/notifico-core/Cargo.toml index 5096c02..8a3584b 100644 --- a/notifico-core/Cargo.toml +++ b/notifico-core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] async-trait = "0.1.83" serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.134" uuid = { workspace = true } tracing = "0.1.41" tokio = "1.42.0" diff --git a/notifico-dbpipeline/Cargo.toml b/notifico-dbpipeline/Cargo.toml index 1cbd238..0bc8304 100644 --- a/notifico-dbpipeline/Cargo.toml +++ b/notifico-dbpipeline/Cargo.toml @@ -10,5 +10,5 @@ notifico-dbpipeline-migration = { path = "migration" } sea-orm = { workspace = true } async-trait = "0.1.83" serde = "1.0.215" -serde_json = "1.0.133" +serde_json = "1.0.134" anyhow = "1.0.94" diff --git a/notifico-subscription/Cargo.toml b/notifico-subscription/Cargo.toml index 38bd55e..d52b09c 100644 --- a/notifico-subscription/Cargo.toml +++ b/notifico-subscription/Cargo.toml @@ -9,7 +9,7 @@ notifico-subcription-migration = { path = "migration" } url = { workspace = true } uuid = { workspace = true } -serde_json = "1.0.133" +serde_json = "1.0.134" sea-orm = { workspace = true } tracing = "0.1.41" serde = { version = "1.0.215", features = ["derive"] } diff --git a/notifico-template/Cargo.toml b/notifico-template/Cargo.toml index cebdfab..a500c51 100644 --- a/notifico-template/Cargo.toml +++ b/notifico-template/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" notifico-core = { path = "../notifico-core" } minijinja = { version = "2.5.0", default-features = false, features = ["builtins", "unicode", "serde", "debug", "urlencode", "speedups"] } serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.134" async-trait = "0.1.83" tracing = "0.1.41" notifico-template-migration = { path = "migration" } diff --git a/notificox/Cargo.toml b/notificox/Cargo.toml index 703cf49..e448fe1 100644 --- a/notificox/Cargo.toml +++ b/notificox/Cargo.toml @@ -10,7 +10,7 @@ notifico-transports = { path = "../notifico-transports" } notifico-attachment = { path = "../notifico-attachment" } # Other deps serde = { version = "1.0.215", features = ["derive"] } -serde_json = { version = "1.0.133", features = ["preserve_order"] } +serde_json = { version = "1.0.134", features = ["preserve_order"] } tokio = { version = "1.42.0", features = ["rt"] } clap = { workspace = true } json5 = "0.4.1" diff --git a/transports/notifico-gotify/Cargo.toml b/transports/notifico-gotify/Cargo.toml index d62c1eb..712366f 100644 --- a/transports/notifico-gotify/Cargo.toml +++ b/transports/notifico-gotify/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" notifico-core = { path = "../../notifico-core" } reqwest = { workspace = true } url = { workspace = true } -serde_json = "1.0.133" +serde_json = "1.0.134" serde = { version = "1.0.215", features = ["derive"] } async-trait = "0.1.83" diff --git a/transports/notifico-ntfy/Cargo.toml b/transports/notifico-ntfy/Cargo.toml index 21f0bf5..14038f1 100644 --- a/transports/notifico-ntfy/Cargo.toml +++ b/transports/notifico-ntfy/Cargo.toml @@ -9,6 +9,6 @@ notifico-attachment = { path = "../../notifico-attachment" } reqwest = { workspace = true } url = { workspace = true } serde = { version = "1.0.158", features = ["derive"] } -serde_json = "1.0.93" +serde_json = "1.0.134" async-trait = "0.1.83" base64 = "0.22.1" diff --git a/transports/notifico-smpp/Cargo.toml b/transports/notifico-smpp/Cargo.toml index 64c6b57..1751035 100644 --- a/transports/notifico-smpp/Cargo.toml +++ b/transports/notifico-smpp/Cargo.toml @@ -11,7 +11,7 @@ tracing = "0.1.41" notifico-core = { path = "../../notifico-core" } serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.134" async-trait = "0.1.83" futures-util = "0.3.31" url = "2.5.4" diff --git a/transports/notifico-smtp/Cargo.toml b/transports/notifico-smtp/Cargo.toml index 7d400c3..22d8fdc 100644 --- a/transports/notifico-smtp/Cargo.toml +++ b/transports/notifico-smtp/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] async-trait = "0.1.83" -serde_json = "1.0.133" +serde_json = "1.0.134" tracing = "0.1.41" lettre = { version = "0.11.11", default-features = false, features = [ "smtp-transport", "pool", "hostname", "builder", diff --git a/transports/notifico-telegram/Cargo.toml b/transports/notifico-telegram/Cargo.toml index 9967b68..80c819f 100644 --- a/transports/notifico-telegram/Cargo.toml +++ b/transports/notifico-telegram/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] async-trait = "0.1.83" serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.134" reqwest = { workspace = true } notifico-core = { path = "../../notifico-core" } diff --git a/transports/notifico-whatsapp/Cargo.toml b/transports/notifico-whatsapp/Cargo.toml index f4b9275..6e88a63 100644 --- a/transports/notifico-whatsapp/Cargo.toml +++ b/transports/notifico-whatsapp/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] serde = { version = "1.0.215", features = ["derive"] } uuid = { workspace = true } -serde_json = "1.0.133" +serde_json = "1.0.134" async-trait = "0.1.83" reqwest = { workspace = true } tracing = "0.1.41"