Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Dec 28, 2023
1 parent 5a1e323 commit cca941a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 66 deletions.
116 changes: 53 additions & 63 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 @@ -25,7 +25,7 @@ homepage = "https://github.com/clearloop/zink"
repository = "https://github.com/clearloop/zink.git"

[workspace.dependencies]
anyhow = "1.0.76"
anyhow = "1.0.77"
cargo_metadata = "0.18.1"
ccli = "0.0.1"
colored = "2.1.0"
Expand All @@ -41,8 +41,8 @@ semver = "1.0.20"
serde = { version = "1.0.193", default-features = false }
serde_json = "1.0.108"
smallvec = "1.11.2"
syn = { version = "2.0.42", features = [ "full" ] }
thiserror = "1.0.51"
syn = { version = "2.0.43", features = [ "full" ] }
thiserror = "1.0.52"
tiny-keccak = "2.0.2"
toml = "0.8.8"
tracing = "0.1.40"
Expand Down

0 comments on commit cca941a

Please sign in to comment.