Skip to content

Commit

Permalink
build(deps): bump atomic_refcell from 0.1.10 to 0.1.11
Browse files Browse the repository at this point in the history
Bumps [atomic_refcell](https://github.com/bholley/atomic_refcell) from 0.1.10 to 0.1.11.
- [Commits](https://github.com/bholley/atomic_refcell/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 15, 2023
1 parent 228a0ea commit 3afd7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.1.9"
[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.73"
atomic_refcell = "0.1.10"
atomic_refcell = "0.1.11"
bimap = "0.6.3"
bytes = "1.4.0"
clap = { version = "4.3.21", features = ["derive", "env"] }
Expand Down

0 comments on commit 3afd7f5

Please sign in to comment.