Skip to content

Commit

Permalink
Bump isahc / regex
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Mar 13, 2022
1 parent 1f68c1e commit f3808b9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ features = ["derive"]
version = "^1.0.79"

[dependencies.isahc]
version = "^1.2.0"
version = "^1.7.0"
features = ["json"]

[dependencies.rand]
Expand All @@ -60,7 +60,7 @@ secret-service = "^2.0.1"
gdk-pixbuf = "^0.15.6"
libadwaita = "^0.1.0-beta-1"
ref_filter_map = "^1.0.1"
regex = "^1.4.6"
regex = "^1.5.5"
async-std = "^1.10.0"
form_urlencoded = "^1.0.1"
zbus = "^2.0.1"
Expand Down
20 changes: 10 additions & 10 deletions cargo-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1769,15 +1769,15 @@
},
{
"type": "file",
"url": "https://static.crates.io/crates/isahc/isahc-1.6.0.crate",
"sha256": "d140e84730d325378912ede32d7cd53ef1542725503b3353e5ec8113c7c6f588",
"url": "https://static.crates.io/crates/isahc/isahc-1.7.0.crate",
"sha256": "437f8808009c031df3c1d532c8fd7e3d73239dfe522ebf0b94b5e34d5d01044b",
"dest": "cargo/vendor",
"dest-filename": "isahc-1.6.0.crate"
"dest-filename": "isahc-1.7.0.crate"
},
{
"type": "file",
"url": "data:%7B%22package%22%3A%20%22d140e84730d325378912ede32d7cd53ef1542725503b3353e5ec8113c7c6f588%22%2C%20%22files%22%3A%20%7B%7D%7D",
"dest": "cargo/vendor/isahc-1.6.0",
"url": "data:%7B%22package%22%3A%20%22437f8808009c031df3c1d532c8fd7e3d73239dfe522ebf0b94b5e34d5d01044b%22%2C%20%22files%22%3A%20%7B%7D%7D",
"dest": "cargo/vendor/isahc-1.7.0",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down Expand Up @@ -3186,15 +3186,15 @@
},
{
"type": "file",
"url": "https://static.crates.io/crates/regex/regex-1.5.4.crate",
"sha256": "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461",
"url": "https://static.crates.io/crates/regex/regex-1.5.5.crate",
"sha256": "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286",
"dest": "cargo/vendor",
"dest-filename": "regex-1.5.4.crate"
"dest-filename": "regex-1.5.5.crate"
},
{
"type": "file",
"url": "data:%7B%22package%22%3A%20%22d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461%22%2C%20%22files%22%3A%20%7B%7D%7D",
"dest": "cargo/vendor/regex-1.5.4",
"url": "data:%7B%22package%22%3A%20%221a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286%22%2C%20%22files%22%3A%20%7B%7D%7D",
"dest": "cargo/vendor/regex-1.5.5",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down

0 comments on commit f3808b9

Please sign in to comment.