Skip to content

Commit

Permalink
fix(deps): update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent f2e2f88 commit f1bbe15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions 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 packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tokio-util = { version = "0.7.10", default-features = false, features = ["codec"
tokio-stream = { version = "0.1.14", default-features = false }
futures = { version = "0.3.29", default-features = false }

serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }

serde_json = "1.0.108"
json_comments = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/packsquash_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
packsquash = { path = "../packsquash", version = "0.4.0" }

getopts = "0.2.21"
toml = { version = "0.8.6", default-features = false, features = ["parse"] }
toml = { version = "0.8.8", default-features = false, features = ["parse"] }

tokio = { version = "1.33.0", default-features = false, features = ["time"] }

Expand Down

0 comments on commit f1bbe15

Please sign in to comment.