Bump url from 2.3.0 to 2.3.1 (#1608)

Bumps [url](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-09-10 22:23:34 +02:00
committed by GitHub
parent 00babd8eeb
commit 8b5c977efa
5 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ rand = "0.8.5"
serde = { version = "1.0.144", features = ["derive"] }
tokio = { version = "1.21.0", features = ["macros"] }
tracing = "0.1.36"
url = "2.3.0"
url = "2.3.1"
# Substrate
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }