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

Commit 292c20c

Browse files
fix(deps): update rust crate serde to 1.0.140 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45d0891 commit 292c20c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -11,6 +11,6 @@ env_logger = "0.9.0"
1111
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }
1212
kube = { version = "0.72.0" }
1313
log = "0.4.17"
14-
serde = { version = "1.0.139", features = ["derive"] }
14+
serde = { version = "1.0.140", features = ["derive"] }
1515
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
1616
wirepact-translator = { git = "https://github.com/WirePact/rust-translator.git", tag = "v1.0.1" }

0 commit comments

Comments
 (0)