Skip to content

Commit 7f645e1

Browse files
committed
Upgrade deps
1 parent e658a27 commit 7f645e1

File tree

2 files changed

+77
-68
lines changed

2 files changed

+77
-68
lines changed

Cargo.lock

Lines changed: 75 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-wsdeps"
33
description = "Cargo subcommand to manage dependencies in a workspace."
4-
version = "0.1.2"
4+
version = "0.1.3"
55
repository = "https://github.com/ecliptical/cargo-wsdeps"
66
edition = "2024"
77
authors = ["Peter Nehrer <pnehrer@eclipticalsoftware.com>"]
@@ -15,7 +15,7 @@ clap = { version = "4", features = ["cargo"] }
1515
clap-cargo = { version = "0.18", features = ["cargo_metadata"] }
1616
patcher = "0.2"
1717
pathdiff = { version = "0.2", features = ["camino"] }
18-
toml_edit = "0.24"
18+
toml_edit = "0.25"
1919
jemallocator = { version = "0.5", optional = true }
2020

2121
[features]

0 commit comments

Comments
 (0)