Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Jan 20, 2025
1 parent b422671 commit 9e6009c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.83"
channel = "1.84"
components = [ "rustfmt", "clippy" ]
2 changes: 1 addition & 1 deletion tokio-bin-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "1.25.0", features = ["sync", "signal", "rt", "process", "io
serde = { version = "1.0.111", features = ["derive"] }
serde_json = "1.0"
nu-ansi-term = "0.50.0"
itertools = "0.13.0"
itertools = "0.14.0"
chrono = "0.4.24"
cargo_metadata = "0.19.0"
regex-lite = "0.1.6"
Expand Down
4 changes: 2 additions & 2 deletions tokio-bin-process/single-crate-test/Cargo.lock

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

0 comments on commit 9e6009c

Please sign in to comment.