Skip to content

Commit

Permalink
chore(deps): Switch anymap to anymap3
Browse files Browse the repository at this point in the history
anymap seems unmaintained and emits a future incompatibility warning
with newer Rust.

chris-morgan/anymap#53

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed Dec 15, 2024
1 parent 2f4992b commit 44caa04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -29,7 +29,7 @@ ignored = [
]
[workspace.dependencies]
anyhow = { version = "1.0.94", features = ["backtrace"] }
anymap = { version = "=1.0.0-beta.2" }
anymap = { package = "anymap3", version = "1.0.1" }
async-recursion = { version = "1.1.1" }
async-scoped = { version = "0.9.0" }
async-trait = { version = "0.1.83" }
Expand Down

0 comments on commit 44caa04

Please sign in to comment.