Skip to content

Commit 44caa04

Browse files
committed
chore(deps): Switch anymap to anymap3
anymap seems unmaintained and emits a future incompatibility warning with newer Rust. chris-morgan/anymap#53 Signed-off-by: Anders Kaseorg <andersk@mit.edu>
1 parent 2f4992b commit 44caa04

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ignored = [
2929
]
3030
[workspace.dependencies]
3131
anyhow = { version = "1.0.94", features = ["backtrace"] }
32-
anymap = { version = "=1.0.0-beta.2" }
32+
anymap = { package = "anymap3", version = "1.0.1" }
3333
async-recursion = { version = "1.1.1" }
3434
async-scoped = { version = "0.9.0" }
3535
async-trait = { version = "0.1.83" }

0 commit comments

Comments
 (0)