Skip to content

Commit 3f4c11d

Browse files
committed
fix(deps): update rust crate serde_json to 1.0.116
1 parent 88db58c commit 3f4c11d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
3131
pulldown-cmark = "0.10.2"
3232
dirs = { version = "5.0.1", optional = true }
3333
once_cell = "1.19.0"
34-
serde_json = { version = "1.0.115", optional = true }
34+
serde_json = { version = "1.0.116", optional = true }
3535
validation = "0.0.1"
3636
tantivy = { version = "0.21.1", optional = true }
3737
charabia = { version = "0.8.8", optional = true }

0 commit comments

Comments
 (0)