Skip to content

Commit

Permalink
Upgrade base64 crate from 0.21 to 0.22 version (#322)
Browse files Browse the repository at this point in the history
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 503d4f3 commit 3b47c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ cucumber-expressions = { version = "0.3", features = ["into-regex"], optional =
inventory = { version = "0.3", optional = true }

# "output-json" and/or "libtest" features dependencies.
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
Inflector = { version = "0.11", default-features = false, optional = true }
mime = { version = "0.3.16", optional = true }
serde = { version = "1.0.103", features = ["derive"], optional = true }
Expand Down

0 comments on commit 3b47c53

Please sign in to comment.