Skip to content

Commit 4af3def

Browse files
build(deps): bump shadow-rs from 1.2.1 to 1.3.0 (#572)
1 parent 4dadbc1 commit 4af3def

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

caracal-daemon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clap = { version = "4", features = ["derive", "env"] }
2727
clap_complete = "4"
2828
http = "1"
2929
resolve-path = "0.1"
30-
shadow-rs = "1.2"
30+
shadow-rs = "1.3"
3131
snafu = "0.8"
3232

3333
caracal-base = { path = "../crates/base" }
@@ -36,7 +36,7 @@ caracal-engine = { path = "../crates/engine" }
3636
caracal-server = { path = "../crates/server" }
3737

3838
[build-dependencies]
39-
shadow-rs = "1.2"
39+
shadow-rs = "1.3"
4040

4141
[lints]
4242
workspace = true

caracal-tui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ humansize = "2"
3535
humantime = "2"
3636
resolve-path = "0.1"
3737
semver = "1"
38-
shadow-rs = "1.2"
38+
shadow-rs = "1.3"
3939
snafu = "0.8"
4040
time = { version = "0.3", features = [
4141
"formatting",
@@ -49,7 +49,7 @@ caracal-cli = { path = "../crates/cli" }
4949
caracal-grpc-client = { path = "../crates/grpc-client" }
5050

5151
[build-dependencies]
52-
shadow-rs = "1.2"
52+
shadow-rs = "1.3"
5353

5454
[lints]
5555
workspace = true

caracal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ humansize = "2"
3232
humantime = "2"
3333
indicatif = "0.18"
3434
resolve-path = "0.1"
35-
shadow-rs = "1.2"
35+
shadow-rs = "1.3"
3636
snafu = "0.8"
3737
time = { version = "0.3", features = [
3838
"formatting",
@@ -47,7 +47,7 @@ caracal-engine = { path = "../crates/engine" }
4747
caracal-grpc-client = { path = "../crates/grpc-client" }
4848

4949
[build-dependencies]
50-
shadow-rs = "1.2"
50+
shadow-rs = "1.3"
5151

5252
[lints]
5353
workspace = true

0 commit comments

Comments
 (0)