Skip to content

Commit 4dff5d9

Browse files
authored
chore: update string_capacity to capacity_builder (#552)
1 parent 9b8a7cd commit 4dff5d9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ harness = false
4040
[dependencies]
4141
anyhow = "1.0.43"
4242
async-trait = "0.1.68"
43-
string_capacity = "0.1.3"
43+
capacity_builder = "0.1.0"
4444
data-url = "0.3.0"
4545
deno_ast = { version = "0.44.0", features = ["dep_analysis", "emit"] }
4646
deno_unsync.workspace = true

src/source/wasm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2018-2024 the Deno authors. MIT license.
22

3+
use capacity_builder::StringBuilder;
34
use indexmap::IndexSet;
4-
use string_capacity::StringBuilder;
55
use wasm_dep_analyzer::ValueType;
66

77
pub fn wasm_module_to_dts(

0 commit comments

Comments
 (0)