Skip to content

Commit 91cb5ae

Browse files
authored
Merge pull request #1253 from cobalt-org/renovate/relative-path-2.x
chore(deps): Update Rust crate relative-path to v2
2 parents ae0cec1 + fc7873e commit 91cb5ae

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ colorchoice-clap = "1.0.6"
154154
human-panic = "2.0.2"
155155
scrawl = "2.0.0"
156156
tempfile = "3.19.1"
157-
relative-path = { version = "1.9.3", features = ["serde"] }
157+
relative-path = { version = "2.0.0", features = ["serde"] }
158158
liquid = "0.26.9"
159159
liquid-core = "0.26.9"
160160
liquid-lib = { version = "0.26.9", features = ["jekyll", "shopify", "extra"] }

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ log = "0.4.27"
2626
regex = "1.11.1"
2727
serde = "1.0.219"
2828
serde_yaml = "0.9.34"
29-
relative-path = { version = "1.9.3", features = ["serde"] }
29+
relative-path = { version = "2.0.0", features = ["serde"] }
3030
status = { version = "0.0.10", features = ["send_sync"] }
3131
deunicode = "1.6.2"
3232
itertools = "0.14.0"

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ liquid-core = "0.26.9"
2727
log = "0.4.27"
2828
serde = "1.0.219"
2929
status = { version = "0.0.10", features = ["send_sync"] }
30-
relative-path = { version = "1.9.3", features = ["serde"] }
30+
relative-path = { version = "2.0.0", features = ["serde"] }
3131

3232
[lints]
3333
workspace = true

0 commit comments

Comments
 (0)