Skip to content

Commit

Permalink
Merge pull request #1486 from axolotl-chat/dependabot/cargo/clap-4.5.23
Browse files Browse the repository at this point in the history
Bump clap from 4.5.22 to 4.5.23
  • Loading branch information
github-actions[bot] authored Dec 6, 2024
2 parents 42c3ec9 + 74327f1 commit 4a2ecfd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 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 @@ -28,7 +28,7 @@ log = "0.4.22"
env_logger = "0.11.5"
url = "2.5.4"
sled = "0.34.7"
clap = { version = "4.5.22", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
dirs = "5.0.1"
notify-rust = { version = "4.11.3", optional = true }
data-url = "0.3.1"
Expand Down
30 changes: 15 additions & 15 deletions flatpak/cargo-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -936,27 +936,27 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/clap/clap-4.5.22.crate",
"sha256": "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b",
"dest": "cargo/vendor/clap-4.5.22"
"url": "https://static.crates.io/crates/clap/clap-4.5.23.crate",
"sha256": "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84",
"dest": "cargo/vendor/clap-4.5.23"
},
{
"type": "inline",
"contents": "{\"package\": \"69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b\", \"files\": {}}",
"dest": "cargo/vendor/clap-4.5.22",
"contents": "{\"package\": \"3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84\", \"files\": {}}",
"dest": "cargo/vendor/clap-4.5.23",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/clap_builder/clap_builder-4.5.22.crate",
"sha256": "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1",
"dest": "cargo/vendor/clap_builder-4.5.22"
"url": "https://static.crates.io/crates/clap_builder/clap_builder-4.5.23.crate",
"sha256": "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838",
"dest": "cargo/vendor/clap_builder-4.5.23"
},
{
"type": "inline",
"contents": "{\"package\": \"6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1\", \"files\": {}}",
"dest": "cargo/vendor/clap_builder-4.5.22",
"contents": "{\"package\": \"30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838\", \"files\": {}}",
"dest": "cargo/vendor/clap_builder-4.5.23",
"dest-filename": ".cargo-checksum.json"
},
{
Expand All @@ -975,14 +975,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/clap_lex/clap_lex-0.7.2.crate",
"sha256": "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97",
"dest": "cargo/vendor/clap_lex-0.7.2"
"url": "https://static.crates.io/crates/clap_lex/clap_lex-0.7.4.crate",
"sha256": "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6",
"dest": "cargo/vendor/clap_lex-0.7.4"
},
{
"type": "inline",
"contents": "{\"package\": \"1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97\", \"files\": {}}",
"dest": "cargo/vendor/clap_lex-0.7.2",
"contents": "{\"package\": \"f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6\", \"files\": {}}",
"dest": "cargo/vendor/clap_lex-0.7.4",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down

0 comments on commit 4a2ecfd

Please sign in to comment.