rust-iot / rust-radio-sx128x

Rust driver for the Semtec SX128x series of 2.4GHz LoRa/ISM radio transceivers
Mozilla Public License 2.0
13 stars 6 forks source link

Bump libc from 0.2.123 to 0.2.134 #131

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps libc from 0.2.123 to 0.2.134.

Release notes

Sourced from libc's releases.

0.2.134

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.133...0.2.134

0.2.133

What's Changed

... (truncated)

Commits
  • a2281d3 Auto merge of #2932 - JohnTitor:0.2.134, r=JohnTitor
  • 1c2ffa7 Prepare 0.2.134 release
  • e507572 Auto merge of #2931 - thomcc:option-root, r=JohnTitor
  • 1d7029a Use ::Option and not Option for pthread_jit_write_callback_t
  • 362960c Auto merge of #2915 - JohnTitor:road-to-jammy, r=JohnTitor
  • a119fdb Downgrade to Ubuntu 20.04 on sparc64
  • 737c37d Update sparc64 Debian image
  • 0233e88 Do not import sys/sendfile.h
  • 63cc149 Ignore some items
  • 6c91229 Auto merge of #2925 - devnexen:cpuset_size_dfbsd, r=JohnTitor
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #132.