refactor: remove portable_atomic

This commit is contained in:
Nova
2025-02-24 15:00:14 -08:00
parent 30a05a3218
commit f0c50ba237
3 changed files with 1 additions and 9 deletions

7
Cargo.lock generated
View File

@@ -2142,12 +2142,6 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "portable-atomic"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
[[package]]
name = "ppv-lite86"
version = "0.2.20"
@@ -2699,7 +2693,6 @@ dependencies = [
"nanoid",
"nix 0.29.0",
"parking_lot 0.12.3",
"portable-atomic",
"prisma",
"rand",
"rustc-hash",