Skip to content

Commit

Permalink
fix(deps): update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and torokati44 committed Mar 22, 2024
1 parent c941955 commit d70560c
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 63 deletions.
102 changes: 51 additions & 51 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ruffle_video = { path = "../video" }
ruffle_macros = { path = "macros" }
ruffle_wstr = { path = "../wstr" }
swf = { path = "../swf" }
bitflags = "2.4.2"
smallvec = { version = "1.13.1", features = ["union"] }
bitflags = "2.5.0"
smallvec = { version = "1.13.2", features = ["union"] }
num-traits = "0.2"
num-derive = "0.4"
quick-xml = "0.31.0"
Expand Down
4 changes: 2 additions & 2 deletions desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ webbrowser = "0.8.13"
url = "2.5.0"
dirs = "5.0"
isahc = { version = "1.7.2", features = ["cookies"] }
rfd = "0.14.0"
rfd = "0.14.1"
anyhow = "1.0"
bytemuck = "1.15.0"
os_info = { version = "3", default-features = false }
Expand All @@ -46,7 +46,7 @@ futures-lite = "2.3.0"
async-io = "2.3.2"
async-net = "2.0.0"
async-channel = "2.2.0"
toml_edit = { version = "0.22.7", features = ["parse"] }
toml_edit = { version = "0.22.9", features = ["parse"] }
gilrs = "0.10"
urlencoding = "2.1.3"

Expand Down
2 changes: 1 addition & 1 deletion flv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
bitflags = "2.4.2"
bitflags = "2.5.0"
thiserror = "1.0"
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tracing = { workspace = true }
gif = "0.13.1"
png = "0.17.13"
flate2 = "1.0.28"
smallvec = { version = "1.13.1", features = ["union"] }
smallvec = { version = "1.13.2", features = ["union"] }
downcast-rs = "1.2.0"
lyon = { version = "1.0.1", optional = true }
lyon_geom = "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion render/naga-agal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.workspace = true
workspace = true

[dependencies]
bitflags = "2.4.2"
bitflags = "2.5.0"
naga = { workspace = true }
num-derive = "0.4.2"
num-traits = "0.2.18"
Expand Down
2 changes: 1 addition & 1 deletion render/naga-pixelbender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ naga = { workspace = true }
naga_oil = { workspace = true }
tracing = { workspace = true }
anyhow = "1.0.81"
bitflags = "2.4.2"
bitflags = "2.5.0"

2 changes: 1 addition & 1 deletion swf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository.workspace = true
workspace = true

[dependencies]
bitflags = "2.4.2"
bitflags = "2.5.0"
bitstream-io = "2.2.0"
byteorder = "1.5"
encoding_rs = "0.8.33"
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chrono = "0.4.35"
approx = "0.5.1"
pretty_assertions = "1.4.0"
serde = "1.0.197"
toml = "0.8.11"
toml = "0.8.12"
anyhow = "1.0.81"
async-channel = "2.2.0"
vfs = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/input-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ workspace = true
[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
bitflags = "2.4.2"
bitflags = "2.5.0"
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ base64 = "0.22.0"
async-channel = "2.2.0"
futures-util = { version = "0.3.30", features = ["sink"] }
gloo-net = { version = "0.5.0", default-features = false, features = ["websocket"] }
rfd = { version = "0.14.0", features = ["file-handle-inner"] }
rfd = { version = "0.14.1", features = ["file-handle-inner"] }
wasm-streams = "0.4.0"
futures = "0.3.30"

Expand Down

0 comments on commit d70560c

Please sign in to comment.