labhub
labhub copied to clipboard
GitHub bot for using GitLab CI in OSS projects
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.12 to 0.15.0. Commits d703dd9 Update to 1.4.2 (#815) 8c6a26b Merge pull request #814 from weihanglo/git2-curl-0.15.0 ce54dac Bump version of git2-curl 64d849b Update to 1.4.1 (#811) af6fc41...
Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.3.0. Commits 35abc32 Merge pull request #791 from servo/ver_2.3.0 25266fc Bump url version to 2.3.0 587e962 Merge pull request #790 from crowlKats/remove_idna eaa23e5 remove IDNA...
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.3.15 to 0.3.19. Changelog Sourced from socket2's changelog. 0.4.5 Changed Replace winapi dependency with windows-sys (rust-lang/socket2#303). Added Socket::join_ssm_v4 and Socket::leave_ssm_v4 (rust-lang/socket2#298). Socket::set_recv_tos and Socket::recv_tos (rust-lang/socket2#299). Fixed Fix...
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 [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.3.0. Changelog Sourced from tempfile's changelog. 3.3.0 Features: Replace rand with fastrand for a significantly smaller dependency tree. Cryptographic randomness isn't necessary for temporary file...
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.11. Release notes Sourced from futures's releases. 0.3.11 Fixed heap buffer overflow in AsyncReadExt::{read_to_end, read_to_string} (#2314) 0.3.10 Fixed type-inference in sink::unfold by specifying more of...
Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.4.2 to 0.4.3. Commits b2b4370 Release v0.4.3 11fb8b5 README: Remove Travis badge e188c3d Update dev-dependencies. 7fe0e5a Fix formatting and some build warnings. bfe146e ci (gitlab-ci): Use gitlab-ci...
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.122. Release notes Sourced from serde_derive's releases. v1.0.122 Add IntoDeserializer impl for &[u8] (#1898, thanks @Mingun) Handle unrecognized numeric field keys during deserialization of a...
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.25. Release notes Sourced from futures-util's releases. 0.3.25 Fix soundness issue in join! and try_join! macros (#2649) Implement Clone for sink::Drain (#2650) 0.3.24 Fix incorrect...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.35 to 0.2.38. Commits 2c0abd4 Release v0.2.38 eb44275 Remove special casing for Redox as it is supported by unix target family a183475 Release v0.2.37 6081dff haiku: Fix...