Skip to content

Commit

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

Bump smallvec from 1.11.2 to 1.12.0
  • Loading branch information
d0cd authored Jan 16, 2024
2 parents 58c1240 + 87e9d32 commit e0aed14
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.11.2"
version = "1.12.0"
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.11"
version = "1.12"

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

0 comments on commit e0aed14

Please sign in to comment.