Remove `as_any` once our msrv reaches 1.86
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
**Describe the bug**
We have as any method for wasm32. Make this method deprecated, because new rust update introduces trait upcasting.

**To Reproduce**
Steps to reproduce the behavior:
1.
2.
3.
4.
**Expected behavior**
Removed as any or with deprecated
**Additional context**
We need support latest rust
Contributor guide
Research direction
Start by locating the wasm32 `as_any` method and checking its call sites and the repository's MSRV configuration. Confirm the minimum supported Rust version has reached 1.86, then determine whether the intended completion is deprecation or removal and verify the affected Rust tests and wasm build still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- api, web-dev
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100