Skip to content

Commit 812efe3

Browse files
fix(deps): update rust crate serde_json to 1.0.114 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0397117 commit 812efe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
1919
async-trait = "0.1.77"
2020
lazy_static = "1.4.0"
2121
mockall = { version = "0.12.1", optional = true }
22-
serde_json = { version = "1.0.113", optional = true }
22+
serde_json = { version = "1.0.114", optional = true }
2323
time = "0.3.34"
2424
tokio = { version = "1.36.0", features = [ "full" ] }
2525
typed-builder = "0.18.1"

0 commit comments

Comments
 (0)