Skip to content

Commit

Permalink
Merge pull request #1762 from containers/dependabot/cargo/serde-1.0.189
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.188 to 1.0.189
  • Loading branch information
openshift-ci[bot] authored Oct 13, 2023
2 parents ac4cd35 + 8e8dd98 commit 6e8e565
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion conmon-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ capnp-rpc = "0.17.0"
conmon-common = { path = "../common" }
futures = "0.3.28"
log = { version = "0.4.20", features = ["serde", "std"] }
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
tokio = { version = "1.33.0", features = ["fs", "macros", "net", "process", "rt", "signal", "time"] }
tokio-util = { version = "0.7.9", features = ["compat"] }
2 changes: 1 addition & 1 deletion conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ opentelemetry-semantic-conventions = "0.12.0"
prctl = "1.0.0"
regex = "1.10.0"
sendfd = { version = "0.4.3", features = ["tokio"] }
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
shadow-rs = "0.24.1"
signal-hook = "0.3.17"
strum = { version = "0.25.0", features = ["derive"] }
Expand Down

0 comments on commit 6e8e565

Please sign in to comment.