Skip to content

Commit

Permalink
Merge pull request #168 from matrix-org/dependabot/cargo/base64-0.22
Browse files Browse the repository at this point in the history
build(deps): update base64 requirement from 0.21 to 0.22
  • Loading branch information
sandhose authored Mar 22, 2024
2 parents 8cc457c + e8c5a99 commit 54a128d
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 @@ -28,7 +28,7 @@ tracing-forest = { version = "0.1.4", optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }

# Builtins
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
digest = { version = "0.10", optional = true }
hex = { version = "0.4", optional = true }
hmac = { version = "0.12", optional = true }
Expand Down

0 comments on commit 54a128d

Please sign in to comment.