Skip to content

Commit

Permalink
build(deps): bump url from 2.3.1 to 2.4.0 (#53)
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.3.1 to 2.4.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-url/commit/a3e07c7de5a9c98e1143919c3f7d5b69e850cfd7"><code>a3e07c7</code></a> Merge pull request <a href="https://redirect.github.com/servo/rust-url/issues/840">#840</a> from servo/update-ver</li>
<li><a href="https://github.com/servo/rust-url/commit/1317d9d27f2989ed1b0a21613bbbcd4149eebf20"><code>1317d9d</code></a> update dependencies</li>
<li><a href="https://github.com/servo/rust-url/commit/a25f3a89e9d4a9c9434dd2c03a51c460d2ebda75"><code>a25f3a8</code></a> Update url to v2.4.0</li>
<li><a href="https://github.com/servo/rust-url/commit/2a12745bafd13f8172276f7062eb1c47e43af78c"><code>2a12745</code></a> Update idna to 0.4.0</li>
<li><a href="https://github.com/servo/rust-url/commit/1e6fd5db7ce658e5da17bd117efddd986e0e8f76"><code>1e6fd5d</code></a> Update form_urlencoded to 1.2.0</li>
<li><a href="https://github.com/servo/rust-url/commit/90833ff69ff1257132b4fe04111c8555b22bf639"><code>90833ff</code></a> Update percent-encoding to 2.3.0</li>
<li><a href="https://github.com/servo/rust-url/commit/f5b961cfa2cc150610c593e14eb9b6d3b5690685"><code>f5b961c</code></a> Update data-url to 0.3.0</li>
<li><a href="https://github.com/servo/rust-url/commit/0e251468142d03c1eb3d5cf811f962c82699fdd8"><code>0e25146</code></a> Merge pull request <a href="https://redirect.github.com/servo/rust-url/issues/839">#839</a> from servo/fix-838</li>
<li><a href="https://github.com/servo/rust-url/commit/21f32d64b735323880c2913c44e8f370a49518bb"><code>21f32d6</code></a> Fix lint</li>
<li><a href="https://github.com/servo/rust-url/commit/df88a29c9176435aeef786145af3572bf8747d05"><code>df88a29</code></a> Also fix issue where path segment could be confused with drive letter because...</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.3.1...v2.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.3.1&new-version=2.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] committed Jun 10, 2023
1 parent 94430a3 commit 2a981de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 crates/sql-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = { version = "1.0" }
async-std = { version = "1.12", default-features = false, features = ["attributes"]}
serde = { version = "1.0", default-features = false, features = ["derive"]}
serde_json = { version = "1", default-features = false }
url = { version = "2.3", default-features = false, features = ["serde"] }
url = { version = "2.4", default-features = false, features = ["serde"] }
itertools = { version = "0.10", default-features = false }
sqlx = { version = "0.6", features = [ "runtime-async-std-rustls" , "postgres", "sqlite", "any", "decimal", "chrono", "uuid" ], default-features = false }
rust_decimal = { version = "1.28", default-features = false }
Expand Down

0 comments on commit 2a981de

Please sign in to comment.