Skip to content

Commit

Permalink
chore(deps): bump flagset from 0.4.4 to 0.4.5 (#1360)
Browse files Browse the repository at this point in the history
Bumps [flagset](https://github.com/enarx/flagset) from 0.4.4 to 0.4.5.
- [Commits](enarx/flagset@v0.4.4...v0.4.5)

---
updated-dependencies:
- dependency-name: flagset
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 8a14cd2 commit 1d9728a
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 der/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ arbitrary = { version = "1.3", features = ["derive"], optional = true }
bytes = { version = "1", optional = true, default-features = false }
const-oid = { version = "=0.10.0-pre.2", optional = true }
der_derive = { version = "=0.8.0-pre.0", optional = true }
flagset = { version = "0.4.4", optional = true }
flagset = { version = "0.4.5", optional = true }
pem-rfc7468 = { version = "=1.0.0-pre.0", optional = true, features = ["alloc"] }
time = { version = "0.3.4", optional = true, default-features = false }
zeroize = { version = "1.5", optional = true, default-features = false }
Expand Down

0 comments on commit 1d9728a

Please sign in to comment.