Skip to content

Commit

Permalink
Merge pull request #204 from SFTtech/dependabot/cargo/base64-0.22.0
Browse files Browse the repository at this point in the history
build(deps): bump base64 from 0.21.7 to 0.22.0
  • Loading branch information
returntoreality authored Mar 4, 2024
2 parents bd2e248 + f3bf99b commit 6a434cc
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 @@ -29,7 +29,7 @@ typed-builder = "0.18.1"

#database
sqlx = { version = "0.7", default-features = false, features = [ "runtime-tokio-rustls", "sqlite", "uuid", "migrate", "macros" ] }
base64 = "0.21"
base64 = "0.22"
rand = { version = "0.8", features = ["getrandom"] }
ipnet = "2.9"
iprange = "0.6.7"
Expand Down

0 comments on commit 6a434cc

Please sign in to comment.