fix(deps): update rust dependencies

This commit is contained in:
renovate[bot] 2024-01-22 01:48:50 +00:00 committed by TÖRÖK Attila
parent 733459a296
commit 262dff83a4
16 changed files with 58 additions and 59 deletions

67
Cargo.lock generated
View File

@ -141,9 +141,9 @@ dependencies = [
[[package]]
name = "anstream"
version = "0.6.8"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628a8f9bd1e24b4e0db2b4bc2d000b001e7dd032d54afa60a68836aeec5aa54a"
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
dependencies = [
"anstyle",
"anstyle-parse",
@ -1569,16 +1569,26 @@ dependencies = [
]
[[package]]
name = "env_logger"
version = "0.10.1"
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
[[package]]
name = "env_logger"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eeb342678d785662fd2514be38c459bb925f02b68dd2a3e0f21d7ef82d979dd"
dependencies = [
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
]
[[package]]
@ -2249,7 +2259,7 @@ dependencies = [
"aho-corasick",
"bstr",
"log",
"regex-automata 0.4.3",
"regex-automata 0.4.4",
"regex-syntax 0.8.2",
]
@ -2567,7 +2577,7 @@ dependencies = [
"globset",
"log",
"memchr",
"regex-automata 0.4.3",
"regex-automata 0.4.4",
"same-file",
"walkdir",
"winapi-util",
@ -2656,17 +2666,6 @@ dependencies = [
"unic-langid",
]
[[package]]
name = "is-terminal"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
dependencies = [
"hermit-abi",
"rustix",
"windows-sys 0.52.0",
]
[[package]]
name = "isahc"
version = "1.7.2"
@ -3669,9 +3668,9 @@ dependencies = [
[[package]]
name = "ouroboros"
version = "0.18.2"
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a50b637ffd883b2733a8483599fb6136b9dcedaa1850f7ac08b9b6f9f2061208"
checksum = "97b7be5a8a3462b752f4be3ff2b2bf2f7f1d00834902e46be2a4d68b87b0573c"
dependencies = [
"aliasable",
"ouroboros_macro",
@ -3680,9 +3679,9 @@ dependencies = [
[[package]]
name = "ouroboros_macro"
version = "0.18.2"
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3633d65683f13b9bcfaa3150880b018899fb0e5d0542f4adaea4f503fdb5eabf"
checksum = "b645dcde5f119c2c454a92d0dfa271a2a3b205da92e4292a68ead4bdbfde1f33"
dependencies = [
"heck",
"itertools 0.12.0",
@ -3963,9 +3962,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro2"
version = "1.0.76"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
dependencies = [
"unicode-ident",
]
@ -4147,13 +4146,13 @@ dependencies = [
[[package]]
name = "regex"
version = "1.10.2"
version = "1.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.3",
"regex-automata 0.4.4",
"regex-syntax 0.8.2",
]
@ -4168,9 +4167,9 @@ dependencies = [
[[package]]
name = "regex-automata"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
dependencies = [
"aho-corasick",
"memchr",
@ -4909,9 +4908,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.12.0"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
[[package]]
name = "smithay-client-toolkit"

View File

@ -25,8 +25,8 @@ ruffle_video = { path = "../video" }
ruffle_macros = { path = "macros" }
ruffle_wstr = { path = "../wstr" }
swf = { path = "../swf" }
bitflags = "2.4.1"
smallvec = { version = "1.12.0", features = ["union"] }
bitflags = "2.4.2"
smallvec = { version = "1.13.1", features = ["union"] }
num-traits = "0.2"
num-derive = "0.4"
quick-xml = "0.31.0"
@ -49,7 +49,7 @@ dasp = { version = "0.11.0", features = ["interpolate", "interpolate-linear", "s
symphonia = { version = "0.5.3", default-features = false, features = ["mp3"], optional = true }
enumset = "1.1.3"
bytemuck = "1.14.0"
clap = { version = "4.4.17", features = ["derive"], optional=true }
clap = { version = "4.4.18", features = ["derive"], optional=true }
realfft = "3.3.0"
hashbrown = { version = "0.14.3", features = ["raw"] }
scopeguard = "1.2.0"

View File

@ -12,12 +12,12 @@ workspace = true
[dependencies]
convert_case = "0.6.0"
proc-macro2 = "1.0.76"
proc-macro2 = "1.0.78"
quote = "1.0.35"
swf = { path = "../../swf" }
clap = {version = "4.4.17", features = ["derive"]}
clap = {version = "4.4.18", features = ["derive"]}
serde = {version = "1.0.195", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.1.0"
regex = "1.10.2"
regex = "1.10.3"
walkdir = "2.4.0"

View File

@ -11,7 +11,7 @@ version.workspace = true
workspace = true
[dependencies]
clap = { version = "4.4.17", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
cpal = "0.15.2"
egui = { workspace = true }
egui_extras = { version = "0.25.0", features = ["image"] }
@ -43,7 +43,7 @@ futures = "0.3.30"
chrono = { version = "0.4", default-features = false, features = [] }
fluent-templates = "0.8.0"
futures-lite = "2.2.0"
async-io = "2.2.2"
async-io = "2.3.0"
async-net = "2.0.0"
async-channel = "2.1.1"
@ -55,7 +55,7 @@ winapi = "0.3.9"
[build-dependencies]
embed-resource = "2"
vergen = { version = "8.2.10", features = ["build", "git", "gitcl", "cargo"] }
vergen = { version = "8.3.1", features = ["build", "git", "gitcl", "cargo"] }
[features]
default = ["software_video"]

View File

@ -11,7 +11,7 @@ version.workspace = true
workspace = true
[dependencies]
clap = { version = "4.4.17", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
futures = "0.3"
ruffle_core = { path = "../core", features = ["deterministic", "default_font"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
@ -20,7 +20,7 @@ log = "0.4"
walkdir = "2.4.0"
indicatif = "0.17"
anyhow = "1.0"
rayon = "1.8.0"
rayon = "1.8.1"
[features]
avm_debug = ["ruffle_core/avm_debug"]

View File

@ -6,5 +6,5 @@ edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
bitflags = "2.4.1"
bitflags = "2.4.2"
thiserror = "1.0"

View File

@ -17,7 +17,7 @@ tracing = { workspace = true }
gif = "0.12.0"
png = "0.17.11"
flate2 = "1.0.28"
smallvec = { version = "1.12.0", features = ["union"] }
smallvec = { version = "1.13.1", features = ["union"] }
downcast-rs = "1.2.0"
lyon = { version = "1.0.1", optional = true }
lyon_geom = "1.0.5"
@ -25,7 +25,7 @@ thiserror = "1.0"
wasm-bindgen = { version = "=0.2.90", optional = true }
enum-map = "2.7.3"
serde = { version = "1.0.195", features = ["derive"] }
clap = { version = "4.4.17", features = ["derive"], optional = true }
clap = { version = "4.4.18", features = ["derive"], optional = true }
h263-rs-yuv = { git = "https://github.com/ruffle-rs/h263-rs", rev = "16700664e2b3334f0a930f99af86011aebee14cc"}
lru = "0.12.1"
num-traits = "0.2"

View File

@ -11,7 +11,7 @@ version.workspace = true
workspace = true
[dependencies]
bitflags = "2.4.1"
bitflags = "2.4.2"
naga = { workspace = true }
num-derive = "0.4.1"
num-traits = "0.2.17"

View File

@ -16,5 +16,5 @@ naga = { workspace = true }
naga_oil = { workspace = true }
tracing = { workspace = true }
anyhow = "1.0.79"
bitflags = "2.4.1"
bitflags = "2.4.2"

View File

@ -16,13 +16,13 @@ tracing = { workspace = true }
ruffle_render = { path = "..", features = ["tessellator", "wgpu"] }
bytemuck = { version = "1.14.0", features = ["derive"] }
raw-window-handle = "0.6.0"
clap = { version = "4.4.17", features = ["derive"], optional = true }
clap = { version = "4.4.18", features = ["derive"], optional = true }
enum-map = "2.7.3"
fnv = "1.0.7"
swf = { path = "../../swf" }
image = { version = "0.24.8", default-features = false }
naga_oil = { workspace = true }
ouroboros = "0.18.2"
ouroboros = "0.18.3"
typed-arena = "2.0.2"
naga-agal = { path = "../naga-agal" }
naga-pixelbender = { path = "../naga-pixelbender" }

View File

@ -11,7 +11,7 @@ version.workspace = true
workspace = true
[dependencies]
clap = { version = "4.4.17", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
ruffle_core = { path = "../core", features = ["deterministic"] }
log = "0.4"
walkdir = "2.4.0"
@ -20,6 +20,6 @@ csv = "1.3"
indicatif = "0.17"
path-slash = "0.2.1"
swf = { path = "../swf" }
rayon = "1.8.0"
rayon = "1.8.1"
crossbeam-channel = "0.5"
sha2 = "0.10.8"

View File

@ -12,7 +12,7 @@ repository.workspace = true
workspace = true
[dependencies]
bitflags = "2.4.1"
bitflags = "2.4.2"
bitstream-io = "2.2.0"
byteorder = "1.5"
encoding_rs = "0.8.33"

View File

@ -29,7 +29,7 @@ walkdir = "2.4.0"
anyhow = "1.0.79"
image = { version = "0.24.8", default-features = false, features = ["png"] }
futures = "0.3.30"
env_logger = "0.10.1"
env_logger = "0.11.0"
tracing = { workspace = true }
tracing-subscriber = { workspace = true }

View File

@ -18,7 +18,7 @@ ruffle_input_format = { path = "../input-format" }
ruffle_socket_format = { path = "../socket-format" }
ruffle_video_software = { path = "../../video/software", optional = true }
image = { version = "0.24.8", default-features = false, features = ["png"] }
regex = "1.10.2"
regex = "1.10.3"
url = "2.5.0"
chrono = "0.4.31"
approx = "0.5.1"

View File

@ -13,4 +13,4 @@ workspace = true
[dependencies]
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
bitflags = "2.4.1"
bitflags = "2.4.2"

View File

@ -12,7 +12,7 @@ workspace = true
[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.17", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
tracing = { workspace = true}
tracing-subscriber = { workspace = true }
ruffle_socket_format = { path = "../socket-format" }