Skip to content

Commit 531b21d

Browse files
fix(deps): update serde packages
1 parent e6c8a84 commit 531b21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ prost = { version = "0.12.4", optional = true }
6969
prost-types = { version = "0.12.4", optional = true }
7070
reqwest = { version = "0.11.27", features = ["json", "rustls-tls"], default-features = false, optional = true }
7171
rocket = { version = "0.5.0", optional = true }
72-
serde = { version = "1.0", features = ["derive"], optional = true }
73-
serde_json = { version = "1.0", optional = true }
72+
serde = { version = "1.0.200", features = ["derive"], optional = true }
73+
serde_json = { version = "1.0.116", optional = true }
7474
serde_urlencoded = { version = "0.7.1", optional = true }
7575
time = { version = "0.3.36", optional = true }
7676
tokio = { version = "1", optional = true, features = [

0 commit comments

Comments
 (0)