Skip to content

Commit

Permalink
Bump the rust group with 2 updates (#32016)
Browse files Browse the repository at this point in the history
Bumps the rust group with 2 updates: [libc](https://github.com/rust-lang/libc) and [cbindgen](https://github.com/mozilla/cbindgen).


Updates `libc` from 0.2.147 to 0.2.148
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.147...0.2.148)

Updates `cbindgen` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](mozilla/cbindgen@v0.25.0...0.26.0)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: cbindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 6cec2f3 commit 1f5d8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/srv/desktop/rdp/rdpclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ byteorder = "1.4.3"
env_logger = "0.10.0"
iso7816 = "0.1.1"
iso7816-tlv = "0.4.3"
libc = "0.2.147"
libc = "0.2.148"
log = "0.4.20"
num-derive = "0.4.0"
num-traits = "0.2.16"
Expand All @@ -26,7 +26,7 @@ utf16string = "0.2.0"
png = "0.17.10"

[build-dependencies]
cbindgen = "0.25.0"
cbindgen = "0.26.0"
tempfile = "3.8.0"

[features]
Expand Down

0 comments on commit 1f5d8d4

Please sign in to comment.