Remove once_cell dependency (#31493)

removing once_cell dep imported from #31439

it should work just fine

Release Notes:

- N/A
This commit is contained in:
shenjack 2025-05-27 19:17:50 +08:00 committed by GitHub
parent 3ff62ef289
commit ee6ce78fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

1
Cargo.lock generated
View file

@ -684,7 +684,6 @@ dependencies = [
"language_models",
"log",
"markdown",
"once_cell",
"open",
"paths",
"portable-pty",