Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit fdf3dac

Browse files
fix(deps): update rust crate serde to 1.0.143 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 319eccf commit fdf3dac

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
@@ -11,7 +11,7 @@ openssl = "0.10.41"
1111
openssl-sys = "0.9.75"
1212
prost = "0.10"
1313
prost-types = "0.10"
14-
serde = { version = "1.0.142", features = ["derive"] }
14+
serde = { version = "1.0.143", features = ["derive"] }
1515
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs", "signal"] }
1616
tonic = { version = "0.7", features = ["tls", "tls-roots", "tls-roots-common"] }
1717
tonic-types = "0.5"

0 commit comments

Comments
 (0)