Skip to content

Commit

Permalink
build: bump the cargo-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 4 updates: [uuid](https://github.com/uuid-rs/uuid), [cxx](https://github.com/dtolnay/cxx), [cxx-build](https://github.com/dtolnay/cxx) and [cmake](https://github.com/rust-lang/cmake-rs).


Updates `uuid` from 1.12.1 to 1.13.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.12.1...1.13.1)

Updates `cxx` from 1.0.137 to 1.0.140
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.137...1.0.140)

Updates `cxx-build` from 1.0.137 to 1.0.140
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.137...1.0.140)

Updates `cmake` from 0.1.53 to 0.1.54
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Changelog](https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cmake-rs@v0.1.53...v0.1.54)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cxx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cxx-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent f521b43 commit 014d91a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 26 deletions.
80 changes: 55 additions & 25 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ iced = { version = "0.13", features = ["advanced", "webgl"] }
tracing-subscriber = "0.3"
thiserror = "1.0"
dyn-clone = "1.0"
uuid = { version = "1.12", features = ["v4", "serde"] }
uuid = { version = "1.13", features = ["v4", "serde"] }
serde = { version = "1.0", features = ["derive", "alloc", "rc"] }
bytemuck = "1.21"
glam = { version = "0.29", features = ["bytemuck"] }
Expand Down

0 comments on commit 014d91a

Please sign in to comment.