Skip to content

Commit

Permalink
chore: Use workspace version for url
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Apr 4, 2024
1 parent 2338354 commit 1f1835b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ num-derive = "0.4.2"
num-traits = "0.2.18"
serde = "1.0.197"
thiserror = "1.0"
url = "2.5.0"

[workspace.lints.rust]
# Clippy nightly often adds new/buggy lints that we want to ignore.
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ num-traits = { workspace = true }
num-derive = { workspace = true }
quick-xml = "0.31.0"
downcast-rs = "1.2.0"
url = "2.5.0"
url = { workspace = true }
weak-table = "0.3.2"
percent-encoding = "2.3.1"
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tracing-appender = "0.2.3"
slotmap = { workspace = true }
winit = "0.29.15"
webbrowser = "0.8.13"
url = "2.5.0"
url = { workspace = true }
dirs = "5.0"
isahc = { version = "1.7.2", features = ["cookies"] }
rfd = "0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion frontend-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ workspace = true

[dependencies]
toml_edit = { version = "0.22.9", features = ["parse"] }
url = "2.5.0"
url = { workspace = true }
2 changes: 1 addition & 1 deletion tests/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ruffle_socket_format = { path = "../socket-format" }
ruffle_video_software = { path = "../../video/software", optional = true }
image = { workspace = true, features = ["png"] }
regex = "1.10.4"
url = "2.5.0"
url = { workspace = true }
chrono = { workspace = true }
approx = "0.5.1"
pretty_assertions = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ruffle_render = { path = "../render" }
ruffle_render_webgl = { path = "../render/webgl", optional = true }
ruffle_render_wgpu = { path = "../render/wgpu", optional = true }
ruffle_video_software = { path = "../video/software" }
url = "2.5.0"
url = { workspace = true }
wasm-bindgen = "=0.2.92"
wasm-bindgen-futures = "0.4.42"
serde-wasm-bindgen = "0.6.5"
Expand Down

0 comments on commit 1f1835b

Please sign in to comment.