Skip to content

Commit

Permalink
Merge pull request #2192 from containers/dependabot/cargo/capnp-rpc-0…
Browse files Browse the repository at this point in the history
….19.1

build(deps): bump capnp-rpc from 0.19.0 to 0.19.1
  • Loading branch information
openshift-merge-bot[bot] authored May 10, 2024
2 parents 48bbd89 + 8abfad8 commit a298fcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
capnp = "0.19.3"
capnp-rpc = "0.19.0"
capnp-rpc = "0.19.1"
conmon-common = { path = "../common" }
futures = "0.3.30"
log = { version = "0.4.21", features = ["serde", "std"] }
Expand Down
2 changes: 1 addition & 1 deletion conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.83"
capnp = "0.19.3"
capnp-rpc = "0.19.0"
capnp-rpc = "0.19.1"
clap = { version = "4.3.24", features = ["color", "cargo", "deprecated", "derive", "deprecated", "env", "string", "unicode", "wrap_help"] }
command-fds = { version = "0.3.0", features = ["tokio"] }
conmon-common = { path = "../common" }
Expand Down

0 comments on commit a298fcc

Please sign in to comment.