Skip to content

Commit

Permalink
Bump embassy-sync from 0.6.1 to 0.6.2
Browse files Browse the repository at this point in the history
Bumps [embassy-sync](https://github.com/embassy-rs/embassy) from 0.6.1 to 0.6.2.
- [Commits](https://github.com/embassy-rs/embassy/commits)

---
updated-dependencies:
- dependency-name: embassy-sync
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent a6b3904 commit 67abf9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde = { version = "1.0.217", default-features = false, features = [
], optional = true }
serde-json-core = { version = "0.6.0", optional = true }
embassy-futures = "0.1.1"
embassy-sync = "0.6.1"
embassy-sync = "0.6.2"
embedded-io-async = "0.6.1"
mqttrs = { version = "0.4.1", default-features = false }
heapless = "0.7.0"
Expand All @@ -49,4 +49,4 @@ static_cell = "2.1.0"

# duplicate dependencies for testing
# these dependencies need the std featue in tests
embassy-sync = { version = "0.6.1", features = ["std"]}
embassy-sync = { version = "0.6.2", features = ["std"]}

0 comments on commit 67abf9a

Please sign in to comment.