Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent a6b51f5 commit 5ea7f9b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 63 deletions.
117 changes: 56 additions & 61 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3.28"
glob = "0.3.1"
hostname = "0.4.0"
indicatif = "0.17.3"
itertools = "0.13.0"
itertools = "0.14.0"
libc = "0.2.144"
log = "0.4.17"
quit = "2.0.0"
Expand All @@ -32,7 +32,7 @@ sys-info = "0.9.1"
tempfile = "3.5.0"
tokio-stream = "0.1.14"
uuid = { version = "1.3.2", features = ["serde", "v4"] }
validator = { version = "0.19.0", features = ["derive"] }
validator = { version = "0.20.0", features = ["derive"] }

[dev-dependencies]
ntest = "0.9.0"
Expand Down

0 comments on commit 5ea7f9b

Please sign in to comment.