Skip to content

Commit

Permalink
Merge pull request #1275 from axolotl-chat/dependabot/cargo/url-2.5.2
Browse files Browse the repository at this point in the history
Bump url from 2.5.0 to 2.5.2
  • Loading branch information
darkdragon-001 committed Jul 29, 2024
2 parents 5d79663 + c6d0dc2 commit bc18ac0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 @@ -29,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4.22"
env_logger = "0.11.1"
url = "2.3.1"
url = "2.5.2"
sled = "0.34.7"
clap = { version = "4.4.18", features = ["derive"] }
dirs = "5.0.1"
Expand Down
10 changes: 5 additions & 5 deletions flatpak/cargo-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -6680,14 +6680,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/url/url-2.5.0.crate",
"sha256": "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633",
"dest": "cargo/vendor/url-2.5.0"
"url": "https://static.crates.io/crates/url/url-2.5.2.crate",
"sha256": "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c",
"dest": "cargo/vendor/url-2.5.2"
},
{
"type": "inline",
"contents": "{\"package\": \"31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633\", \"files\": {}}",
"dest": "cargo/vendor/url-2.5.0",
"contents": "{\"package\": \"22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c\", \"files\": {}}",
"dest": "cargo/vendor/url-2.5.2",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down

0 comments on commit bc18ac0

Please sign in to comment.