Skip to content

Commit

Permalink
build(deps): bump softbuffer from 0.3.2 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [softbuffer](https://github.com/rust-windowing/softbuffer) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/rust-windowing/softbuffer/releases)
- [Changelog](https://github.com/rust-windowing/softbuffer/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/softbuffer@v0.3.2...v0.4.0)

---
updated-dependencies:
- dependency-name: softbuffer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2023
1 parent 06fc0b3 commit 04ba9eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 all-is-cubes-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ re_sdk = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }
simplelog = { workspace = true }
softbuffer = { version = "0.3.0", default-features = false, features = ["x11"] }
softbuffer = { version = "0.4.0", default-features = false, features = ["x11"] }
strum = { workspace = true, features = ["derive", "std"] }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "sync"] }
Expand Down

0 comments on commit 04ba9eb

Please sign in to comment.