Skip to content

Commit

Permalink
Merge pull request #49 from FyraLabs/dependabot/cargo/base64-0.22.0
Browse files Browse the repository at this point in the history
chore(deps): bump base64 from 0.21.7 to 0.22.0
  • Loading branch information
lleyton authored Mar 21, 2024
2 parents 0365722 + 0822f3f commit ed951cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rand = { version = "0.8.5", features = ["log", "serde"] }
async-trait = "0.1.74"
names = "0.14.0"
linode-rs = { version = "0.1.3", default-features = false, features = ["default-rustls"] }
base64 = "0.21.7"
base64 = "0.22.0"
trait_enum = "0.5.0"
aws-config = { version = "1.1.1", default-features = false, features = ["rt-tokio", "behavior-version-latest"] }
aws-sdk-ec2 = { version = "1.13.0", default-features = false, features = ["rt-tokio", "behavior-version-latest"] }
Expand Down

0 comments on commit ed951cf

Please sign in to comment.