Skip to content

Commit

Permalink
fix(deps): update rust crate oxc_sourcemap to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 16ec5a5 commit 2b03683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "manipulate string like a wizard"
[dependencies]
index_vec = { version = "0.1.3" }
rustc-hash = { version = "1.1.0" }
oxc_sourcemap = { version = "0.25.0", optional = true}
oxc_sourcemap = { version = "0.27.0", optional = true}

[features]
# Enable source map functionality
Expand Down

0 comments on commit 2b03683

Please sign in to comment.