ruffle-android/Cargo.toml

54 lines
1.4 KiB
TOML
Raw Normal View History

2022-03-26 03:06:30 +00:00
[package]
# Underscore because the cargo-ndk gradle plugin doesn't transform a hyphen to it.
name = "ruffle_android"
2022-03-26 03:06:30 +00:00
version = "0.1.0"
authors = ["TÖRÖK Attila <torokati44@gmail.com>"]
edition = "2018"
resolver = "2"
license = "MIT OR Apache-2.0"
2022-03-26 03:06:30 +00:00
[lib]
2023-08-03 21:46:27 +00:00
crate-type = ["cdylib"]
2022-03-26 03:06:30 +00:00
[profile.release]
strip = "symbols"
2022-03-26 03:06:30 +00:00
[dependencies]
2023-08-03 21:46:27 +00:00
Bump the rust-minor group across 1 directory with 23 updates Bumps the rust-minor group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [android-activity](https://github.com/rust-mobile/android-activity) | `0.5.2` | `0.6.0` | | [ndk](https://github.com/rust-mobile/ndk) | `0.8.0` | `0.9.0` | | [async-task](https://github.com/smol-rs/async-task) | `4.7.0` | `4.7.1` | | [blocking](https://github.com/smol-rs/blocking) | `1.5.1` | `1.6.0` | | [concurrent-queue](https://github.com/smol-rs/concurrent-queue) | `2.4.0` | `2.5.0` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.5.0` | `2.6.0` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.0.2` | `2.1.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.30` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` | | [jobserver](https://github.com/rust-lang/jobserver-rs) | `0.1.30` | `0.1.31` | | [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.11` | `0.4.12` | | [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.1` | `0.12.2` | | [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.9` | `0.9.10` | | [polling](https://github.com/smol-rs/polling) | `3.6.0` | `3.7.0` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.33` | `0.38.34` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.4.1` | `1.5.0` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.102.2` | `0.102.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.6` | `0.5.7` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.11` | `0.1.12` | | [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` | Updates `android-activity` from 0.5.2 to 0.6.0 - [Release notes](https://github.com/rust-mobile/android-activity/releases) - [Commits](https://github.com/rust-mobile/android-activity/compare/v0.5.2...v0.6.0) Updates `ndk` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/rust-mobile/ndk/releases) - [Commits](https://github.com/rust-mobile/ndk/compare/ndk-0.8.0...ndk-0.9.0) Updates `async-task` from 4.7.0 to 4.7.1 - [Release notes](https://github.com/smol-rs/async-task/releases) - [Changelog](https://github.com/smol-rs/async-task/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-task/compare/v4.7.0...v4.7.1) Updates `blocking` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/smol-rs/blocking/releases) - [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/blocking/compare/v1.5.1...v1.6.0) Updates `concurrent-queue` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/smol-rs/concurrent-queue/releases) - [Changelog](https://github.com/smol-rs/concurrent-queue/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/concurrent-queue/compare/v2.4.0...v2.5.0) Updates `data-encoding` from 2.5.0 to 2.6.0 - [Commits](https://github.com/ia0/data-encoding/commits) Updates `fastrand` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.0.2...v2.1.0) Updates `flate2` from 1.0.28 to 1.0.30 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.30) Updates `hashbrown` from 0.14.3 to 0.14.5 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.5) Updates `jobserver` from 0.1.30 to 0.1.31 - [Commits](https://github.com/rust-lang/jobserver-rs/commits) Updates `lock_api` from 0.4.11 to 0.4.12 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.11...lock_api-0.4.12) Updates `parking_lot` from 0.12.1 to 0.12.2 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2) Updates `parking_lot_core` from 0.9.9 to 0.9.10 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/core-0.9.9...core-0.9.10) Updates `polling` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/smol-rs/polling/releases) - [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/polling/compare/v3.6.0...v3.7.0) Updates `redox_syscall` from 0.4.1 to 0.5.1 Updates `rustix` from 0.38.33 to 0.38.34 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.33...v0.38.34) Updates `rustls-pki-types` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.4.1...v/1.5.0) Updates `rustls-webpki` from 0.102.2 to 0.102.3 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.102.2...v/0.102.3) Updates `serde` from 1.0.198 to 1.0.199 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199) Updates `serde_derive` from 1.0.198 to 1.0.199 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199) Updates `socket2` from 0.5.6 to 0.5.7 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/compare/v0.5.6...v0.5.7) Updates `unicode-width` from 0.1.11 to 0.1.12 - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) Updates `winapi-util` from 0.1.6 to 0.1.8 - [Commits](https://github.com/BurntSushi/winapi-util/compare/0.1.6...0.1.8) --- updated-dependencies: - dependency-name: android-activity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: ndk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: async-task dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: blocking dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: concurrent-queue dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: data-encoding dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: flate2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: hashbrown dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: jobserver dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: lock_api dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: parking_lot dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: parking_lot_core dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: polling dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: redox_syscall dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: rustls-pki-types dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: rustls-webpki dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: serde dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: socket2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: unicode-width dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: winapi-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 15:44:31 +00:00
android-activity = { version = "0.6.0", features = ["game-activity"] }
build(deps): bump the rust-minor group across 1 directory with 10 updates Bumps the rust-minor group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [android_logger](https://github.com/rust-mobile/android_logger-rs) | `0.13.3` | `0.14.1` | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.72` | `0.3.73` | | [bitstream-io](https://github.com/tuffy/bitstream-io) | `2.3.0` | `2.4.1` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.1` | `0.1.2` | | [httparse](https://github.com/seanmonstar/httparse) | `1.9.1` | `1.9.3` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.2` | `2.7.4` | | [polling](https://github.com/smol-rs/polling) | `3.7.1` | `3.7.2` | | redox_syscall | `0.5.1` | `0.5.2` | | [safe_arch](https://github.com/Lokathor/safe_arch) | `0.7.1` | `0.7.2` | Updates `android_logger` from 0.13.3 to 0.14.1 - [Release notes](https://github.com/rust-mobile/android_logger-rs/releases) - [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-mobile/android_logger-rs/commits/0.14.1) Updates `backtrace` from 0.3.72 to 0.3.73 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.72...0.3.73) Updates `bitstream-io` from 2.3.0 to 2.4.1 - [Commits](https://github.com/tuffy/bitstream-io/compare/v2.3.0...v2.4.1) Updates `http-body-util` from 0.1.1 to 0.1.2 - [Commits](https://github.com/hyperium/http-body/compare/http-body-util-v0.1.1...http-body-util-v0.1.2) Updates `httparse` from 1.9.1 to 1.9.3 - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.1...v1.9.3) Updates `memchr` from 2.7.2 to 2.7.4 - [Commits](https://github.com/BurntSushi/memchr/compare/2.7.2...2.7.4) Updates `object` from 0.35.0 to 0.36.0 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.35.0...0.36.0) Updates `polling` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/smol-rs/polling/releases) - [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/polling/compare/v3.7.1...v3.7.2) Updates `redox_syscall` from 0.5.1 to 0.5.2 Updates `safe_arch` from 0.7.1 to 0.7.2 - [Commits](https://github.com/Lokathor/safe_arch/compare/v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: android_logger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: backtrace dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: bitstream-io dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: http-body-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: httparse dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: memchr dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: object dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: polling dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: redox_syscall dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: safe_arch dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 11:06:29 +00:00
android_logger = "0.14.1"
2022-03-26 03:06:30 +00:00
jni = "0.21.1"
Bump the rust-minor group across 1 directory with 23 updates Bumps the rust-minor group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [android-activity](https://github.com/rust-mobile/android-activity) | `0.5.2` | `0.6.0` | | [ndk](https://github.com/rust-mobile/ndk) | `0.8.0` | `0.9.0` | | [async-task](https://github.com/smol-rs/async-task) | `4.7.0` | `4.7.1` | | [blocking](https://github.com/smol-rs/blocking) | `1.5.1` | `1.6.0` | | [concurrent-queue](https://github.com/smol-rs/concurrent-queue) | `2.4.0` | `2.5.0` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.5.0` | `2.6.0` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.0.2` | `2.1.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.30` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` | | [jobserver](https://github.com/rust-lang/jobserver-rs) | `0.1.30` | `0.1.31` | | [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.11` | `0.4.12` | | [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.1` | `0.12.2` | | [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.9` | `0.9.10` | | [polling](https://github.com/smol-rs/polling) | `3.6.0` | `3.7.0` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.33` | `0.38.34` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.4.1` | `1.5.0` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.102.2` | `0.102.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.6` | `0.5.7` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.11` | `0.1.12` | | [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` | Updates `android-activity` from 0.5.2 to 0.6.0 - [Release notes](https://github.com/rust-mobile/android-activity/releases) - [Commits](https://github.com/rust-mobile/android-activity/compare/v0.5.2...v0.6.0) Updates `ndk` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/rust-mobile/ndk/releases) - [Commits](https://github.com/rust-mobile/ndk/compare/ndk-0.8.0...ndk-0.9.0) Updates `async-task` from 4.7.0 to 4.7.1 - [Release notes](https://github.com/smol-rs/async-task/releases) - [Changelog](https://github.com/smol-rs/async-task/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-task/compare/v4.7.0...v4.7.1) Updates `blocking` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/smol-rs/blocking/releases) - [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/blocking/compare/v1.5.1...v1.6.0) Updates `concurrent-queue` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/smol-rs/concurrent-queue/releases) - [Changelog](https://github.com/smol-rs/concurrent-queue/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/concurrent-queue/compare/v2.4.0...v2.5.0) Updates `data-encoding` from 2.5.0 to 2.6.0 - [Commits](https://github.com/ia0/data-encoding/commits) Updates `fastrand` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.0.2...v2.1.0) Updates `flate2` from 1.0.28 to 1.0.30 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.30) Updates `hashbrown` from 0.14.3 to 0.14.5 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.5) Updates `jobserver` from 0.1.30 to 0.1.31 - [Commits](https://github.com/rust-lang/jobserver-rs/commits) Updates `lock_api` from 0.4.11 to 0.4.12 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.11...lock_api-0.4.12) Updates `parking_lot` from 0.12.1 to 0.12.2 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2) Updates `parking_lot_core` from 0.9.9 to 0.9.10 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/core-0.9.9...core-0.9.10) Updates `polling` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/smol-rs/polling/releases) - [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/polling/compare/v3.6.0...v3.7.0) Updates `redox_syscall` from 0.4.1 to 0.5.1 Updates `rustix` from 0.38.33 to 0.38.34 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.33...v0.38.34) Updates `rustls-pki-types` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/compare/v/1.4.1...v/1.5.0) Updates `rustls-webpki` from 0.102.2 to 0.102.3 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.102.2...v/0.102.3) Updates `serde` from 1.0.198 to 1.0.199 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199) Updates `serde_derive` from 1.0.198 to 1.0.199 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199) Updates `socket2` from 0.5.6 to 0.5.7 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/compare/v0.5.6...v0.5.7) Updates `unicode-width` from 0.1.11 to 0.1.12 - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) Updates `winapi-util` from 0.1.6 to 0.1.8 - [Commits](https://github.com/BurntSushi/winapi-util/compare/0.1.6...0.1.8) --- updated-dependencies: - dependency-name: android-activity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: ndk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: async-task dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: blocking dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: concurrent-queue dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: data-encoding dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: flate2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: hashbrown dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: jobserver dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: lock_api dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: parking_lot dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: parking_lot_core dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: polling dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: redox_syscall dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: rustls-pki-types dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: rustls-webpki dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: serde dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: socket2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: unicode-width dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: winapi-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 15:44:31 +00:00
ndk = { version = "0.9.0", features = ["audio"] }
ndk-context = "0.1.1"
2022-03-26 03:06:30 +00:00
# Have to follow Ruffle with this.
build(deps): bump the ruffle group with 9 updates And follow the update to wgpu 22.1.0 manually. Bumps the ruffle group with 9 updates: | Package | From | To | | --- | --- | --- | | [ruffle_core](https://github.com/ruffle-rs/ruffle) | ``a00d0e9`` | ``f98999c`` | | [ruffle_render_wgpu](https://github.com/ruffle-rs/ruffle) | ``a00d0e9`` | ``f98999c`` | | [ruffle_video_software](https://github.com/ruffle-rs/ruffle) | ``a00d0e9`` | ``f98999c`` | | [ruffle_frontend_utils](https://github.com/ruffle-rs/ruffle) | ``a00d0e9`` | ``f98999c`` | | ruffle_gc_arena | ``a00d0e9`` | ``f98999c`` | | ruffle_macros | ``a00d0e9`` | ``f98999c`` | | ruffle_render | ``a00d0e9`` | ``f98999c`` | | ruffle_video | ``a00d0e9`` | ``f98999c`` | | ruffle_wstr | ``a00d0e9`` | ``f98999c`` | Updates `ruffle_core` from `a00d0e9` to `f98999c` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](https://github.com/ruffle-rs/ruffle/compare/a00d0e94992084b3b99dba9958391e9e78c2ee8e...f98999c2ac000df95bcbf0cad0b842129c79ed3b) Updates `ruffle_render_wgpu` from `a00d0e9` to `f98999c` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](https://github.com/ruffle-rs/ruffle/compare/a00d0e94992084b3b99dba9958391e9e78c2ee8e...f98999c2ac000df95bcbf0cad0b842129c79ed3b) Updates `ruffle_video_software` from `a00d0e9` to `f98999c` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](https://github.com/ruffle-rs/ruffle/compare/a00d0e94992084b3b99dba9958391e9e78c2ee8e...f98999c2ac000df95bcbf0cad0b842129c79ed3b) Updates `ruffle_frontend_utils` from `a00d0e9` to `f98999c` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](https://github.com/ruffle-rs/ruffle/compare/a00d0e94992084b3b99dba9958391e9e78c2ee8e...f98999c2ac000df95bcbf0cad0b842129c79ed3b) Updates `ruffle_gc_arena` from `a00d0e9` to `f98999c` Updates `ruffle_macros` from `a00d0e9` to `f98999c` Updates `ruffle_render` from `a00d0e9` to `f98999c` Updates `ruffle_video` from `a00d0e9` to `f98999c` Updates `ruffle_wstr` from `a00d0e9` to `f98999c` --- updated-dependencies: - dependency-name: ruffle_core dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_render_wgpu dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_video_software dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_frontend_utils dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_gc_arena dependency-type: indirect dependency-group: ruffle - dependency-name: ruffle_macros dependency-type: indirect dependency-group: ruffle - dependency-name: ruffle_render dependency-type: indirect dependency-group: ruffle - dependency-name: ruffle_video dependency-type: indirect dependency-group: ruffle - dependency-name: ruffle_wstr dependency-type: indirect dependency-group: ruffle ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 11:19:50 +00:00
wgpu = "22.1.0"
2023-08-03 21:46:27 +00:00
ruffle_core = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master", features = [
"audio",
"symphonia",
"mp3",
"nellymoser",
"lzma",
"default_compatibility_rules",
"default_font",
2023-08-03 21:46:27 +00:00
] }
2023-08-03 21:46:27 +00:00
ruffle_render_wgpu = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master" }
ruffle_video_software = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master" }
2024-04-12 16:13:14 +00:00
ruffle_frontend_utils = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master" }
2023-08-03 21:46:27 +00:00
build(deps): bump the rust-minor group with 15 updates Bumps the rust-minor group with 15 updates: | Package | From | To | | --- | --- | --- | | [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.100` | `1.0.104` | | [clap](https://github.com/clap-rs/clap) | `4.5.7` | `4.5.8` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.7` | `4.5.8` | | [clap_derive](https://github.com/clap-rs/clap) | `4.5.5` | `4.5.8` | | [either](https://github.com/rayon-rs/either) | `1.12.0` | `1.13.0` | | [id3](https://github.com/polyfloyd/rust-id3) | `1.13.1` | `1.14.0` | | [num-bigint](https://github.com/rust-num/num-bigint) | `0.4.5` | `0.4.6` | | [object](https://github.com/gimli-rs/object) | `0.36.0` | `0.36.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.117` | `1.0.119` | | [subtle](https://github.com/dalek-cryptography/subtle) | `2.6.0` | `2.6.1` | | [tinyvec](https://github.com/Lokathor/tinyvec) | `1.6.0` | `1.6.1` | | [wgpu-core](https://github.com/gfx-rs/wgpu) | `0.21.0` | `0.21.1` | | [wgpu-hal](https://github.com/gfx-rs/wgpu) | `0.21.0` | `0.21.1` | | [wide](https://github.com/Lokathor/wide) | `0.7.24` | `0.7.25` | Updates `log` from 0.4.21 to 0.4.22 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.21...0.4.22) Updates `cc` from 1.0.100 to 1.0.104 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.0.100...cc-v1.0.104) Updates `clap` from 4.5.7 to 4.5.8 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.7...v4.5.8) Updates `clap_builder` from 4.5.7 to 4.5.8 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.7...v4.5.8) Updates `clap_derive` from 4.5.5 to 4.5.8 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.5...v4.5.8) Updates `either` from 1.12.0 to 1.13.0 - [Commits](https://github.com/rayon-rs/either/compare/1.12.0...1.13.0) Updates `id3` from 1.13.1 to 1.14.0 - [Changelog](https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md) - [Commits](https://github.com/polyfloyd/rust-id3/compare/v1.13.1...v1.14.0) Updates `num-bigint` from 0.4.5 to 0.4.6 - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.5...num-bigint-0.4.6) Updates `object` from 0.36.0 to 0.36.1 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.36.0...0.36.1) Updates `serde_json` from 1.0.117 to 1.0.119 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.119) Updates `subtle` from 2.6.0 to 2.6.1 - [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/subtle/compare/2.6.0...2.6.1) Updates `tinyvec` from 1.6.0 to 1.6.1 - [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md) - [Commits](https://github.com/Lokathor/tinyvec/compare/v1.6.0...v1.6.1) Updates `wgpu-core` from 0.21.0 to 0.21.1 - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/wgpu-core-v0.21.1/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/commits/wgpu-core-v0.21.1) Updates `wgpu-hal` from 0.21.0 to 0.21.1 - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/wgpu-hal-v0.21.1/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/commits/wgpu-hal-v0.21.1) Updates `wide` from 0.7.24 to 0.7.25 - [Commits](https://github.com/Lokathor/wide/compare/v0.7.24...v0.7.25) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: either dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: id3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: num-bigint dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: object dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: serde_json dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: subtle dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: tinyvec dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: wgpu-core dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: wgpu-hal dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: wide dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 10:58:00 +00:00
log = "0.4.22"
2023-08-04 20:24:42 +00:00
log-panics = { version = "2.1.0", features = ["with-backtrace"]}
2023-08-03 21:46:27 +00:00
2024-03-12 19:49:39 +00:00
# Redirect tracing to log
tracing = {version = "0.1.40", features = ["log", "log-always"]}
build(deps): bump the rust-minor group with 15 updates Bumps the rust-minor group with 15 updates: | Package | From | To | | --- | --- | --- | | [url](https://github.com/servo/rust-url) | `2.5.1` | `2.5.2` | | [bitstream-io](https://github.com/tuffy/bitstream-io) | `2.4.1` | `2.4.2` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.0` | `1.16.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.99` | `1.0.100` | | [displaydoc](https://github.com/yaahc/displaydoc) | `0.2.4` | `0.2.5` | | [httparse](https://github.com/seanmonstar/httparse) | `1.9.3` | `1.9.4` | | [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` | | [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.3` | `0.7.4` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.85` | `1.0.86` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.4` | `0.12.5` | | [rustls](https://github.com/rustls/rustls) | `0.22.4` | `0.23.10` | | [subtle](https://github.com/dalek-cryptography/subtle) | `2.5.0` | `2.6.0` | | [sync_wrapper](https://github.com/Actyx/sync_wrapper) | `0.1.2` | `1.0.1` | | [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.25.0` | `0.26.0` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.2` | `0.26.3` | Updates `url` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2) Updates `bitstream-io` from 2.4.1 to 2.4.2 - [Commits](https://github.com/tuffy/bitstream-io/compare/v2.4.1...v2.4.2) Updates `bytemuck` from 1.16.0 to 1.16.1 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.16.0...v1.16.1) Updates `cc` from 1.0.99 to 1.0.100 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.99...cc-v1.0.100) Updates `displaydoc` from 0.2.4 to 0.2.5 - [Changelog](https://github.com/yaahc/displaydoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/displaydoc/commits/v0.2.5) Updates `httparse` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.3...v1.9.4) Updates `lazy_static` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0) Updates `miniz_oxide` from 0.7.3 to 0.7.4 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/Frommi/miniz_oxide/commits) Updates `proc-macro2` from 1.0.85 to 1.0.86 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.85...1.0.86) Updates `reqwest` from 0.12.4 to 0.12.5 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5) Updates `rustls` from 0.22.4 to 0.23.10 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.22.4...v/0.23.10) Updates `subtle` from 2.5.0 to 2.6.0 - [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/subtle/compare/2.5.0...2.6.0) Updates `sync_wrapper` from 0.1.2 to 1.0.1 - [Commits](https://github.com/Actyx/sync_wrapper/compare/v0.1.2...v1.0.1) Updates `tokio-rustls` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](https://github.com/rustls/tokio-rustls/compare/v/0.25.0...v/0.26.0) Updates `webpki-roots` from 0.26.2 to 0.26.3 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.2...v/0.26.3) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: bitstream-io dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: bytemuck dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: displaydoc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: httparse dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: lazy_static dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: miniz_oxide dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: reqwest dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: rustls dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: subtle dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: sync_wrapper dependency-type: indirect update-type: version-update:semver-major dependency-group: rust-minor - dependency-name: tokio-rustls dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: webpki-roots dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 11:15:26 +00:00
url = "2.5.2"
2024-03-18 20:41:14 +00:00
build(deps): bump the rust-minor group across 1 directory with 18 updates Bumps the rust-minor group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` | | [arrayvec](https://github.com/bluss/arrayvec) | `0.7.4` | `0.7.6` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.3` | `1.17.0` | | [bytemuck_derive](https://github.com/Lokathor/bytemuck) | `1.7.0` | `1.7.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.10` | `1.1.13` | | [clap](https://github.com/clap-rs/clap) | `4.5.15` | `4.5.16` | | [h2](https://github.com/hyperium/h2) | `0.4.5` | `0.4.6` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.3.0` | `2.4.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.158` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.5` | `0.12.7` | | [serde](https://github.com/serde-rs/serde) | `1.0.207` | `1.0.208` | | [serde_json](https://github.com/serde-rs/json) | `1.0.124` | `1.0.125` | | [tower-layer](https://github.com/tower-rs/tower) | `0.3.2` | `0.3.3` | | [tower-service](https://github.com/tower-rs/tower) | `0.3.2` | `0.3.3` | | [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` | `0.2.5` | Updates `tokio` from 1.39.2 to 1.39.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3) Updates `arrayvec` from 0.7.4 to 0.7.6 - [Release notes](https://github.com/bluss/arrayvec/releases) - [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/arrayvec/compare/0.7.4...0.7.6) Updates `bytemuck` from 1.16.3 to 1.17.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.16.3...v1.17.0) Updates `bytemuck_derive` from 1.7.0 to 1.7.1 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/bytemuck_derive-v1.7.0...bytemuck_derive-v1.7.1) Updates `cc` from 1.1.10 to 1.1.13 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.10...cc-v1.1.13) Updates `clap` from 4.5.15 to 4.5.16 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.15...clap_complete-v4.5.16) Updates `h2` from 0.4.5 to 0.4.6 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.4.5...v0.4.6) Updates `indexmap` from 2.3.0 to 2.4.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.3.0...2.4.0) Updates `libc` from 0.2.155 to 0.2.158 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.155...0.2.158) Updates `reqwest` from 0.12.5 to 0.12.7 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.7) Updates `serde` from 1.0.207 to 1.0.208 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208) Updates `serde_derive` from 1.0.207 to 1.0.208 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208) Updates `serde_json` from 1.0.124 to 1.0.125 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.124...1.0.125) Updates `system-configuration` from 0.5.1 to 0.6.0 - [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mullvad/system-configuration-rs/compare/v0.5.1...v0.6.0) Updates `system-configuration-sys` from 0.5.0 to 0.6.0 - [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mullvad/system-configuration-rs/compare/v0.5.0...v0.6.0) Updates `tower-layer` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-layer-0.3.2...tower-layer-0.3.3) Updates `tower-service` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-service-0.3.2...tower-service-0.3.3) Updates `unicode-xid` from 0.2.4 to 0.2.5 - [Commits](https://github.com/unicode-rs/unicode-xid/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: arrayvec dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: bytemuck dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: bytemuck_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: h2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: reqwest dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: serde dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: serde_json dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: system-configuration dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: system-configuration-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: tower-layer dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: tower-service dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: unicode-xid dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 00:25:19 +00:00
tokio = { version = "1.39.3", features = ["rt-multi-thread", "macros"]}
2024-04-12 14:58:22 +00:00
[features]
jpegxr = ["ruffle_core/jpegxr"]