chiark / gitweb /
clap: Update to clap 4
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 11 Jan 2023 15:00:56 +0000 (15:00 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 20:15:29 +0000 (21:15 +0100)
commit987a19a13c07b09bca584554d6a0c9fcd8fa5079
tree9ecdf8ca862485cd84f1ccda9c05f6a9fa2788f7
parent36c76c3489e1dea700f0fd42bb9d61dbcb52365f
clap: Update to clap 4

Now that everything is working nicely, we can upgrade.

 * Change Cargo.toml to specify 4, not 3.  Enable the `wrap_help`
   feature as per the migration guide.  (Apart from that, we could
   specify ">=3, <5".)

 * Update debian/update-build-deps to remove the special case
   to avoid picking up clap 4, and run it to update the build-dep.

 * Consequential changes to Cargo.lock.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml
debian/control
debian/update-build-deps