Skip to content

Commit a50475d

Browse files
committed
fix(deps): update rust crate serde_json to 1.0.107
1 parent 2730929 commit a50475d

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }
1414
tracing = "0.1.37"
1515
tracing-subscriber = "0.3.17"
1616
serde = "1.0.188"
17-
serde_json = "1.0.106"
17+
serde_json = "1.0.107"
1818
dotenvy = "0.15.7"
1919
sysinfo = "0.29.5"
2020
human_bytes = "0.4.2"

0 commit comments

Comments
 (0)