Skip to content

Commit

Permalink
Merge pull request #1533 from containers/dependabot/cargo/serde-1.0.174
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.173 to 1.0.174
  • Loading branch information
openshift-merge-robot authored Jul 21, 2023
2 parents fa0045d + e1c23bc commit ffca1e0
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.19", features = ["serde", "std"] }
serde = { version = "1.0.173", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
tokio = { version = "1.29.1", features = ["fs", "macros", "net", "process", "rt", "signal", "time"] }
tokio-util = { version = "0.7.8", 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 @@ -29,7 +29,7 @@ opentelemetry-semantic-conventions = "0.11.0"
prctl = "1.0.0"
regex = "1.9.1"
sendfd = { version = "0.4.3", features = ["tokio"] }
serde = { version = "1.0.173", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
shadow-rs = "=0.23.0"
signal-hook = "0.3.17"
strum = { version = "0.25.0", features = ["derive"] }
Expand Down

0 comments on commit ffca1e0

Please sign in to comment.