Skip to content

Commit 05c2338

Browse files
Update serde_json dependendecy
* Bump serde_json to 1.0.82 Signed-off-by: Florentin Dubois <[email protected]>
1 parent 9c0c762 commit 05c2338

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
@@ -33,7 +33,7 @@ lazy_static = { version = "^1.4.0", optional = true }
3333
log = { version = "^0.4.17", optional = true }
3434
prometheus = { version = "^0.13.1", optional = true }
3535
serde = { version = "^1.0.137", features = ["derive"], optional = true }
36-
serde_json = { version = "^1.0.81", features = [
36+
serde_json = { version = "^1.0.82", features = [
3737
"preserve_order",
3838
"float_roundtrip",
3939
], optional = true }

0 commit comments

Comments
 (0)