Skip to content

Commit

Permalink
Re-generate Cargo lockfile
Browse files Browse the repository at this point in the history
This involves a bunchn of minor changes:

```
Updating clap v3.2.21 -> v3.2.22
Updating git2 v0.14.2 -> v0.14.4
Updating libgit2-sys v0.13.2+1.4.2 -> v0.13.4+1.4.2
Removing terminal_size v0.1.17
```

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Oct 5, 2022
1 parent 901b794 commit 28babc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 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/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.65"
capnp = "0.14.10"
capnp-rpc = "0.14.1"
conmon-common = { path = "../common" }
clap = { version = "3.2.21", features = ["cargo", "derive", "env", "wrap_help"] }
clap = { version = "3.2.22", features = ["cargo", "derive", "deprecated", "env", "wrap_help"] }
futures = "0.3.24"
getset = "0.1.2"
serde = { version = "1.0.145", features = ["derive"] }
Expand Down

0 comments on commit 28babc7

Please sign in to comment.