Skip to content

Commit

Permalink
Merge pull request #27556 from AleoHQ/dependabot/cargo/testnet3/small…
Browse files Browse the repository at this point in the history
…vec-1.13.1

Bump smallvec from 1.12.0 to 1.13.1
  • Loading branch information
d0cd authored Jan 22, 2024
2 parents 9f8faf1 + cc76430 commit d40cb96
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 compiler/ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ version = "1.0"
features = [ "preserve_order" ]

[dependencies.smallvec]
version = "1.12.0"
version = "1.13.1"
features = [ "serde" ]

[dev-dependencies.criterion]
Expand Down
2 changes: 1 addition & 1 deletion compiler/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ version = "1.0"
features = [ "derive" ]

[dependencies.smallvec]
version = "1.12"
version = "1.13"

[dependencies.tracing]
version = "0.1"
Expand Down

0 comments on commit d40cb96

Please sign in to comment.