Skip to content

Commit

Permalink
Bump serde_json from 1.0.133 to 1.0.134
Browse files Browse the repository at this point in the history
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](serde-rs/json@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 999605c commit a7fecfe
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion notifico-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion notifico-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion notifico-dbpipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion notifico-subscription/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion notifico-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion notificox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion transports/notifico-gotify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion transports/notifico-ntfy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion transports/notifico-smpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion transports/notifico-smtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion transports/notifico-telegram/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion transports/notifico-whatsapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a7fecfe

Please sign in to comment.