Skip to content

Commit

Permalink
Bump serde_json from 1.0.137 to 1.0.138
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.137 to 1.0.138.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent a699d9e commit 70f5eb2
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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 @@ -31,7 +31,7 @@ multimap = "0.10.0"
rust-embed = { version = "8.5.0", features = ["mime-guess"] }
sea-orm = { workspace = true }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.138"
thiserror = "2.0.11"
tokio = { workspace = true }
tower-http = { version = "0.6.2", features = ["cors"] }
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.84"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.138"
uuid = { workspace = true }
tracing = "0.1.41"
tokio = { workspace = true }
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.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.138"
async-trait = "0.1.84"
tracing = "0.1.41"
uuid = { workspace = true }
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.217", features = ["derive"] }
serde_json = { version = "1.0.134", features = ["preserve_order"] }
serde_json = { version = "1.0.138", features = ["preserve_order"] }
tokio = { workspace = true }
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.134"
serde_json = "1.0.138"
serde = { version = "1.0.217", features = ["derive"] }
async-trait = "0.1.84"
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.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.138"
async-trait = "0.1.84"
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.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.138"
async-trait = "0.1.84"
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.84"
serde_json = "1.0.134"
serde_json = "1.0.138"
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.84"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.138"
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.217", features = ["derive"] }
uuid = { workspace = true }
serde_json = "1.0.134"
serde_json = "1.0.138"
async-trait = "0.1.84"
reqwest = { workspace = true }
tracing = "0.1.41"
Expand Down

0 comments on commit 70f5eb2

Please sign in to comment.