Skip to content

Commit

Permalink
Update base64/nix/stderrlog in Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed May 26, 2024
1 parent f7522ba commit d449cc8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
56 changes: 27 additions & 29 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lrpar = "0.13"
rerun_except = "1"

[dependencies]
base64 = "0.21"
base64 = "0.22"
bincode = "1"
cfgrammar = "0.13"
chacha20poly1305 = "0.10"
Expand All @@ -27,12 +27,12 @@ getrandom = "0.2"
log = "0.4"
lrlex = "0.13"
lrpar = "0.13"
nix = { version="0.27", features=["signal"] }
nix = { version="0.29", features=["signal"] }
rand = "0.8"
serde = { version="1.0", features=["derive"] }
sha2 = "0.10"
serde_json = "1"
stderrlog = "0.5"
stderrlog = "0.6"
syslog = "6"
ureq = "2"
url = "2"
Expand Down

0 comments on commit d449cc8

Please sign in to comment.