mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
chore(deps): bump clap_mangen from 0.2.33 to 0.3.0
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.33 to 0.3.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.33...clap_mangen-v0.3.0) --- updated-dependencies: - dependency-name: clap_mangen dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+2
-2
@@ -2030,9 +2030,9 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_mangen"
|
name = "clap_mangen"
|
||||||
version = "0.2.33"
|
version = "0.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7e30ffc187e2e3aeafcd1c6e2aa416e29739454c0ccaa419226d5ecd181f2d78"
|
checksum = "d82842b45bf9f6a3be090dd860095ac30728042c08e0d6261ca7259b5d850f07"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"roff",
|
"roff",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ name = "generate_manpages"
|
|||||||
path = "src/bin/generate_manpages.rs"
|
path = "src/bin/generate_manpages.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap_mangen = { version = "0.2", default-features = false }
|
clap_mangen = { version = "0.3", default-features = false }
|
||||||
goose = { path = "../goose", default-features = false }
|
goose = { path = "../goose", default-features = false }
|
||||||
goose-mcp = { path = "../goose-mcp", default-features = false }
|
goose-mcp = { path = "../goose-mcp", default-features = false }
|
||||||
rmcp = { workspace = true }
|
rmcp = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user