Skip to content

Commit

Permalink
Merge pull request #63 from jaysonsantos/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
jaysonsantos authored Dec 27, 2023
2 parents 225ecb7 + 4ecbcb9 commit 6564347
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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 keyring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ lazy_static = "1.4.0"
mambembe-lib = { path = "../lib" }
serde = "1.0.193"
serde_json = "1.0.108"
thiserror = "1.0.51"
tracing = "0.1.26"
thiserror = "1.0.52"
tracing = "0.1.40"

[features]
with-keyring = ["keyring"]
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_json = "1.0.108"
sha-1 = "0.10.1"
sha2 = "0.10.8"
slauth = { version = "0.5.0", default-features = false }
thiserror = "1.0.51"
thiserror = "1.0.52"
tracing = "0.1.40"
url = { version = "2.5.0", features = ["serde"] }

Expand Down

0 comments on commit 6564347

Please sign in to comment.