--- smol_str-0.3.2/Cargo.toml 1970-01-01T00:00:01+00:00 +++ smol_str-0.3.2/Cargo.toml 2024-12-02T17:27:50.402886+00:00 @@ -50,11 +50,6 @@ version = "1.3" optional = true -[dependencies.borsh] -version = "1.4.0" -optional = true -default-features = false - [dependencies.serde] version = "1.0" optional = true @@ -74,5 +69,4 @@ default = ["std"] std = [ "serde?/std", - "borsh?/std", ]