Skip to content

Commit

Permalink
Merge pull request #1302 from axolotl-chat/dependabot/cargo/clap-4.5.15
Browse files Browse the repository at this point in the history
Bump clap from 4.5.13 to 4.5.15
  • Loading branch information
github-actions[bot] committed Aug 13, 2024
2 parents 2c7fcca + 563915c commit adb1923
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4.22"
env_logger = "0.11.5"
url = "2.5.2"
sled = "0.34.7"
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.15", features = ["derive"] }
dirs = "5.0.1"
serve-directory = "0.1.0"
notify-rust = { version = "4.11.1", optional = true }
Expand Down
20 changes: 10 additions & 10 deletions flatpak/cargo-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,27 +988,27 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/clap/clap-4.5.13.crate",
"sha256": "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc",
"dest": "cargo/vendor/clap-4.5.13"
"url": "https://static.crates.io/crates/clap/clap-4.5.15.crate",
"sha256": "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc",
"dest": "cargo/vendor/clap-4.5.15"
},
{
"type": "inline",
"contents": "{\"package\": \"0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc\", \"files\": {}}",
"dest": "cargo/vendor/clap-4.5.13",
"contents": "{\"package\": \"11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc\", \"files\": {}}",
"dest": "cargo/vendor/clap-4.5.15",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/clap_builder/clap_builder-4.5.13.crate",
"sha256": "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99",
"dest": "cargo/vendor/clap_builder-4.5.13"
"url": "https://static.crates.io/crates/clap_builder/clap_builder-4.5.15.crate",
"sha256": "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6",
"dest": "cargo/vendor/clap_builder-4.5.15"
},
{
"type": "inline",
"contents": "{\"package\": \"64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99\", \"files\": {}}",
"dest": "cargo/vendor/clap_builder-4.5.13",
"contents": "{\"package\": \"216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6\", \"files\": {}}",
"dest": "cargo/vendor/clap_builder-4.5.15",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down

0 comments on commit adb1923

Please sign in to comment.