Skip to content

Commit

Permalink
fix(deps): update rust crate enumset to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 33f52fb commit 103bf6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
bytes = "1.5.0"
globset = { version = "0.4.13", default-features = false }
enumset = { version = "1.1.2", features = ["serde"] }
enumset = { version = "1.1.3", features = ["serde"] }
indexmap = { version = "2.0.2", features = ["serde"] }
itertools = "0.11.0"
thiserror = "1.0.49"
Expand Down

0 comments on commit 103bf6d

Please sign in to comment.