Skip to content

Commit

Permalink
chore(deps): update rust crate pico-args to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 832ad10 commit 1e06509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 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 crates/tauri-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hyper = { version = "0.14", features = [
] }
futures = "0.3"
futures-util = "0.3"
pico-args = "0.4"
pico-args = "0.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["macros"] }
Expand Down

0 comments on commit 1e06509

Please sign in to comment.