Skip to content

Commit

Permalink
build(deps): bump url from 2.2.2 to 2.3.1
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.2.2...v2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and relrelb committed Sep 13, 2022
1 parent 69a4329 commit cf26158
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
21 changes: 6 additions & 15 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 core/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ num-traits = "0.2"
num-derive = "0.3"
quick-xml = { git = "https://github.com/ruffle-rs/quick-xml", rev = "8496365ec1412eb5ba5de350937b6bce352fa0ba" }
downcast-rs = "1.2.0"
url = "2.2.2"
url = "2.3.1"
weak-table = "0.3.2"
percent-encoding = "2.2.0"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ generational-arena = "0.2.8"
log = "0.4"
winit = "0.26.1"
webbrowser = "0.8.0"
url = "2.2.2"
url = "2.3.1"
clipboard = "0.5.0"
dirs = "4.0"
isahc = "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ ruffle_web_common = { path = "common" }
ruffle_render_webgl = { path = "../render/webgl", optional = true }
ruffle_render_wgpu = { path = "../render/wgpu", optional = true }
ruffle_video_software = { path = "../video/software" }
url = "2.2.2"
url = "2.3.1"
wasm-bindgen = { version = "=0.2.82", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.32"
chrono = { version = "0.4", features = ["wasmbind"] }
Expand Down

0 comments on commit cf26158

Please sign in to comment.