hello-pi
hello-pi copied to clipboard
Raspberry Pi and GPIO basics in rust and python, featuring the MIDI light show! 🚥
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.21 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...
Bumps [warp](https://github.com/seanmonstar/warp) from 0.2.3 to 0.3.3. Release notes Sourced from warp's releases. v0.3.2 Features: Add Filter::then(), which is like Filter::map() in that it's infallible, but is async like Filter::and_then(). Add...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.3.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.0 to 1.8.0. Release notes Sourced from smallvec's releases. v1.8.0 Add optional support for the arbitrary crate (#275). v1.7.0 new_const and from_const constructors for creating a SmallVec...
Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.21. Release notes Sourced from futures-task's releases. 0.3.21 Fix potential data race in FlattenUnordered that introduced in 0.3.20 (#2566) 0.3.20 Fix stacked borrows violations when...
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.21. Release notes Sourced from futures-util's releases. 0.3.21 Fix potential data race in FlattenUnordered that introduced in 0.3.20 (#2566) 0.3.20 Fix stacked borrows violations when...
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.2.1 to 0.5.5. Release notes Sourced from crossbeam-channel's releases. crossbeam-channel 0.5.5 Replace Spinlock with Mutex. (#835) crossbeam-channel 0.5.4 Workaround a bug in upstream related to TLS access...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...