Skip to content

Commit

Permalink
fix(deps): update rust crate smallvec to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and HerringtonDarkholme committed Jan 13, 2024
1 parent 8bdf591 commit b13eb1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
smallvec = "1.11.0"
smallvec = "1.11.2"
bitflags = { version = "2.4.1", features = ["serde"] }
rustc-hash = "1.1.0"
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/sfc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
smallvec = "1.11.0"
smallvec = "1.11.2"
rustc-hash = "1.1.0"
ast-grep-core = "0.5.3"
tree-sitter-typescript = "0.20.3"
Expand Down

0 comments on commit b13eb1c

Please sign in to comment.