Skip to content

Commit

Permalink
Merge pull request #2691 from input-output-hk/dependabot/cargo/url-2.2.0
Browse files Browse the repository at this point in the history
Bump url from 2.1.1 to 2.2.0
  • Loading branch information
Mikhail Zabaluev committed Nov 17, 2020
2 parents 464fadf + 36a108c commit 9ddee7d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 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 testing/jormungandr-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ assert_cmd = "1.0.1"
regex = "1.4"
poldercast = { git = "https://github.com/mzabaluev/poldercast.git", branch = "address-must-make-sense-by-construction" }
thiserror = "1.0"
url = "2.1.1"
url = "2.2.0"
yaml-rust = "0.4.4"
indicatif = "0.15.0"
fs_extra = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde_yaml = "0.8"
tokio-codec = "0.1"
regex = "1.4"
fs_extra = "1.1.0"
url = "2.1.1"
url = "2.2.0"
graphql_client = "0.9.0"
semver = "0.11.0"
json = "0.12.4"
Expand Down

0 comments on commit 9ddee7d

Please sign in to comment.