rusty-psn
rusty-psn copied to clipboard
get yourself some updates for those ps3 games, will ya?
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.12.4. Release notes Sourced from reqwest's releases. v0.12.4 What's Changed Add zstd support, enabled with zstd Cargo feature (thanks @paolobarbolini!) Add ClientBuilder::read_timeout(Duration), which applies the...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.210. Release notes Sourced from serde's releases. v1.0.210 Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch) Make...
Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.8. Release notes Sourced from quinn-proto's releases. quinn-proto 0.11.5 What's Changed No workspace lints by @Ralith in quinn-rs/quinn#1955 quinn-proto 0.11.4 What's Changed Fix panic in...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0. Release notes Sourced from tokio's releases. Tokio v1.40.0 1.40.0 (August 30th, 2024) Added io: add util::SimplexStream (#6589) process: stabilize Command::process_group (#6731) sync: add {TrySendError,SendTimeoutError}::into_inner...
Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.28.5 to 0.29.0. Changelog Sourced from flexi_logger's changelog. [0.29.0] - 2024-08-25 Revised SyslogWriter (-> version bump): introduced builder pattern, added a configuration option for the message format...
Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.11.0 to 4.11.1. Changelog Sourced from notify-rust's changelog. Changelog Commits 2bd2a2c fix(docs): make sure crates.io and readme are in sync c253a82 docs: remove requirements from readme 789fe44...
Bumps [sha1_smol](https://github.com/mitsuhiko/sha1-smol) from 1.0.0 to 1.0.1. Commits f9d88bd 1.0.1 4512792 Remove unused code b936e8f Make wording in description more clear (#44) 1a218ae In LICENSE file, mention that the MIT license...
Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 1.3.0 to 1.3.2. Release notes Sourced from bytesize's releases. v1.3.2 Reject parsing non-unit characters after whitespace. v1.3.1 (yanked) Commits 110336a chore: prepare release v1.3.2 855e1e8 fix: correct...
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.1 to 0.37.2. Release notes Sourced from quick-xml's releases. v0.37.2 - se::to_utf8_io_writer() What's Changed New Features #836: Add se::to_utf8_io_writer() helper compatible with std::io::Write and restricted to UTF-8...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.214 to 1.0.217. Release notes Sourced from serde's releases. v1.0.217 Support serializing externally tagged unit variant inside flattened field (#2786, thanks @Mingun) v1.0.216 Mark all generated impls...