Skip to content

Commit e3b0ea4

Browse files
cargo(deps): bump serde_json from 1.0.145 to 1.0.148
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.148. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53db0a2 commit e3b0ea4

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hyper = "1.8.1"
2222
rust-embed = "8.9.0"
2323
mime_guess = "2.0.5"
2424
urlencoding = "2.1.3"
25-
serde_json = "1.0.145"
25+
serde_json = "1.0.148"
2626
rand = "0.9.2"
2727
subtle = "2.6.1"
2828
sha2 = "0.10.9"

crates/rustmail_panel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ wasm-bindgen-futures = "0.4.56"
1212
gloo-net = "0.6.0"
1313
gloo-utils = "0.2.0"
1414
web-sys = { version = "0.3.83", features = ["HtmlSelectElement"] }
15-
serde_json = "1.0.145"
15+
serde_json = "1.0.148"
1616
serde = { version = "1.0.228", features = ["derive"] }
1717
js-sys = "0.3.83"
1818
wasm-bindgen = "0.2.106"

0 commit comments

Comments
 (0)