Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: shadow-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 9c79224 commit 555561d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions clipcat-menu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clap = { version = "4", features = ["derive", "env"] }
clap_complete = "4"
http = "1"
resolve-path = "0.1"
shadow-rs = "0.27"
shadow-rs = "0.28"
skim = "0.10"
snafu = "0.8"

Expand All @@ -37,7 +37,7 @@ clipcat-client = { path = "../crates/client" }
clipcat-external-editor = { path = "../crates/external-editor" }

[build-dependencies]
shadow-rs = "0.27"
shadow-rs = "0.28"

[lints]
workspace = true
4 changes: 2 additions & 2 deletions clipcat-notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ tokio = { version = "1", features = ["rt-multi-thread", "sync"] }
clap = { version = "4", features = ["derive", "env"] }
clap_complete = "4"
mime = "0.3"
shadow-rs = "0.27"
shadow-rs = "0.28"
snafu = "0.8"
time = { version = "0.3", features = ["local-offset", "serde"] }

clipcat-base = { path = "../crates/base" }
clipcat-server = { path = "../crates/server" }

[build-dependencies]
shadow-rs = "0.27"
shadow-rs = "0.28"

[lints]
workspace = true
4 changes: 2 additions & 2 deletions clipcatctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ directories = "5"
http = "1"
mime = "0.3"
resolve-path = "0.1"
shadow-rs = "0.27"
shadow-rs = "0.28"
simdutf8 = "0.1"
snafu = "0.8"

Expand All @@ -40,7 +40,7 @@ clipcat-client = { path = "../crates/client" }
clipcat-external-editor = { path = "../crates/external-editor" }

[build-dependencies]
shadow-rs = "0.27"
shadow-rs = "0.28"

[lints]
workspace = true
4 changes: 2 additions & 2 deletions clipcatd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ libc = "0.2"
linicon = "2"
mime = "0.3"
resolve-path = "0.1"
shadow-rs = "0.27"
shadow-rs = "0.28"
simdutf8 = "0.1"
snafu = "0.8"
time = { version = "0.3", features = ["formatting", "macros"] }
Expand All @@ -41,7 +41,7 @@ clipcat-cli = { path = "../crates/cli" }
clipcat-server = { path = "../crates/server" }

[build-dependencies]
shadow-rs = "0.27"
shadow-rs = "0.28"

[lints]
workspace = true

0 comments on commit 555561d

Please sign in to comment.