Skip to content

Commit

Permalink
🦀: cargo update (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
dmadisetti and github-actions authored Feb 26, 2024
1 parent cfa88ba commit 80a4b81
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 30 deletions.
164 changes: 136 additions & 28 deletions dots-manager/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dots-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ rnix = { git = 'https://github.com/AnotherGroupChat/rnix-parser', rev = "41e8090

clap = { version = "4.5.1", features = ["derive"] }

pgp = "0.10"
pgp = "0.11"
rand = "0.8"
sha-crypt = "0.5.0"

handlebars = "5.1.1"
regex = "1"
serde_json = "1.0.111"
serde = { version = "1.0.196", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }

qr_code = "2.0.0"

Expand Down

0 comments on commit 80a4b81

Please sign in to comment.