Skip to content

Commit

Permalink
build(deps): bump the cargo-minor group across 1 directory with 10 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the cargo-minor group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.20.0` | `1.21.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.7` | `2.0.9` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [fluent-templates](https://github.com/XAMPPRocky/fluent-templates) | `0.11.0` | `0.12.0` |
| [png](https://github.com/image-rs/image-png) | `0.17.15` | `0.17.16` |
| [syn](https://github.com/dtolnay/syn) | `2.0.90` | `2.0.91` |
| [winit](https://github.com/rust-windowing/winit) | `0.30.5` | `0.30.7` |
| [os_info](https://github.com/stanislav-tkach/os_info) | `3.9.0` | `3.9.1` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.5` | `0.11.6` |



Updates `anyhow` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.94...1.0.95)

Updates `bytemuck` from 1.20.0 to 1.21.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.20.0...v1.21.0)

Updates `thiserror` from 2.0.7 to 2.0.9
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.7...2.0.9)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

Updates `fluent-templates` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/XAMPPRocky/fluent-templates/releases)
- [Changelog](https://github.com/XAMPPRocky/fluent-templates/blob/master/CHANGELOG.md)
- [Commits](XAMPPRocky/fluent-templates@fluent-templates-v0.11.0...fluent-templates-v0.12.0)

Updates `png` from 0.17.15 to 0.17.16
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](image-rs/image-png@v0.17.15...v0.17.16)

Updates `syn` from 2.0.90 to 2.0.91
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.90...2.0.91)

Updates `winit` from 0.30.5 to 0.30.7
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/winit@v0.30.5...v0.30.7)

Updates `os_info` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/stanislav-tkach/os_info/releases)
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md)
- [Commits](stanislav-tkach/os_info@v3.9.0...v3.9.1)

Updates `env_logger` from 0.11.5 to 0.11.6
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.5...v0.11.6)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: fluent-templates
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: png
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: winit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: os_info
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Dec 23, 2024
1 parent e2ae46a commit 049cae3
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 59 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ anyhow = "1.0"
slotmap = "1.0.7"
async-channel = "2.3.1"
bitflags = "2.6.0"
bytemuck = "1.20.0"
bytemuck = "1.21.0"
chrono = { version = "0.4.39", default-features = false }
enum-map = "2.7.3"
flate2 = "1.0.35"
Expand All @@ -69,7 +69,7 @@ log = "0.4"
num-derive = "0.4.2"
num-traits = "0.2.19"
serde = "1.0.215"
thiserror = "2.0.6"
thiserror = "2.0.9"
url = "2.5.2"
# Make sure to match wasm-bindgen-cli version to this everywhere.
wasm-bindgen = "=0.2.99"
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ clap = { workspace = true, optional=true }
realfft = "3.4.0"
hashbrown = { version = "0.14.5", features = ["raw"] }
scopeguard = "1.2.0"
fluent-templates = "0.11.0"
fluent-templates = "0.12.0"
egui = { workspace = true, optional = true }
egui_extras = { version = "0.30.0", default-features = false, optional = true }
png = { version = "0.17.15", optional = true }
png = { version = "0.17.16", optional = true }
flv-rs = { path = "../flv" }
async-channel = { workspace = true }
jpegxr = { git = "https://github.com/ruffle-rs/jpegxr", rev = "2a429b0d71ab416e10b73d4dbdcf34cfe2900395", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true

[dependencies]
quote = "1.0.37"
syn = { version = "2.0.90", features = ["extra-traits", "full"] }
syn = { version = "2.0.91", features = ["extra-traits", "full"] }
5 changes: 3 additions & 2 deletions core/src/i18n.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use fluent_templates::fluent_bundle::FluentValue;
use fluent_templates::{static_loader, LanguageIdentifier, Loader};
use std::borrow::Cow;
use std::collections::HashMap;

static_loader! {
Expand All @@ -16,10 +17,10 @@ pub fn core_text(language: &LanguageIdentifier, id: &str) -> String {
})
}

pub fn core_text_with_args<T: AsRef<str>>(
pub fn core_text_with_args(
language: &LanguageIdentifier,
id: &str,
args: &HashMap<T, FluentValue>,
args: &HashMap<Cow<'static, str>, FluentValue>,
) -> String {
TEXTS
.try_lookup_with_args(language, id, args)
Expand Down
4 changes: 2 additions & 2 deletions desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ruffle_frontend_utils = { path = "../frontend-utils", features = ["cpal"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-appender = "0.2.3"
winit = "0.30.5"
winit = "0.30.7"
webbrowser = "1.0.3"
url = { workspace = true }
dirs = "5.0"
Expand All @@ -41,7 +41,7 @@ sys-locale = "0.3.2"
wgpu = { workspace = true }
futures = { workspace = true }
chrono = { workspace = true }
fluent-templates = "0.11.0"
fluent-templates = "0.12.0"
toml_edit = { version = "0.22.22", features = ["parse"] }
gilrs = "0.11"
tokio = { workspace = true, features = ["rt-multi-thread", "macros"]}
Expand Down
8 changes: 4 additions & 4 deletions desktop/src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ pub fn available_languages() -> Vec<&'static LanguageIdentifier> {
}

#[allow(dead_code)]
pub fn text_with_args<'a, T: AsRef<str>>(
pub fn text_with_args(
locale: &LanguageIdentifier,
id: &'a str,
args: &HashMap<T, FluentValue>,
) -> Cow<'a, str> {
id: &'static str,
args: &HashMap<Cow<'static, str>, FluentValue>,
) -> Cow<'static, str> {
TEXTS
.try_lookup_with_args(locale, id, args)
.map(Cow::Owned)
Expand Down
2 changes: 1 addition & 1 deletion desktop/src/gui/dialogs/network_access_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl NetworkAccessDialog {
locale,
"network-access-dialog-port",
&HashMap::from([(
"port",
"port".into(),
FluentValue::String(self.config.port.to_string().into()),
)]),
));
Expand Down
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ruffle_wstr = { path = "../wstr" }
swf = { path = "../swf"}
tracing = { workspace = true }
gif = "0.13.1"
png = "0.17.15"
png = "0.17.16"
flate2 = { workspace = true }
smallvec = { version = "1.13.2", features = ["union"] }
downcast-rs = "1.2.1"
Expand Down
Loading

0 comments on commit 049cae3

Please sign in to comment.