MySController-rs
MySController-rs copied to clipboard
Controller for MySensors, exposes WoT APIs for the sensors. It supports OTA firmware updates, and also acts as proxy for all requests.
Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.3 to 1.4.6. Release notes Sourced from diesel's releases. 1.4.6 Fixed Fixed a use-after-free issue in the QueryableByName implementation of our Sqlite backend Updated several dependencies 1.4.5...
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 0.4.3 to 0.4.8. Changelog Sourced from arc-swap's changelog. 0.4.8 Backport of fix to soundness issue in #45 (access::Map from Constant can lead to dangling references). 0.4.7 Rename...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 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...
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.3.9 to 0.4.4. Changelog Sourced from crossbeam-channel's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...
Bumps [http](https://github.com/hyperium/http) from 0.1.18 to 0.1.20. Changelog Sourced from http's changelog. 0.1.20 (November 26, 2019) Fix possible double-free if header::Drain iterator is std::mem::forgoten (#357). Fix possible data race if multiple...
Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.2 to 0.5.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.1 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...
Let's say I have a weather station that outputs - temperature - humidity - barometer (air pressure). Currently, the children of these devices are all presented as separate things in...