diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-06 19:48:39 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-06 19:48:39 -0400 |
| commit | cee9391a89b791ebaf4c128e262448dacb089359 (patch) | |
| tree | b75379ba2fb469556a7a657367467369f4d655f4 /Cargo.lock | |
| parent | f491e18e15c1575fb8ef9fa5097f07dc95e02883 (diff) | |
remove typemap dep
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -3045,7 +3045,6 @@ dependencies = [ "timeago", "tokio", "tokio-postgres", - "typemap", "url", ] @@ -3327,12 +3326,6 @@ dependencies = [ ] [[package]] -name = "traitobject" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" - -[[package]] name = "transpose" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3446,15 +3439,6 @@ dependencies = [ ] [[package]] -name = "typemap" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" -dependencies = [ - "unsafe-any", -] - -[[package]] name = "typemap_rev" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3542,15 +3526,6 @@ dependencies = [ ] [[package]] -name = "unsafe-any" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" -dependencies = [ - "traitobject", -] - -[[package]] name = "untrusted" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
