Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Aug 2, 2024
1 parent b231155 commit 14af39b
Show file tree
Hide file tree
Showing 8 changed files with 137 additions and 70 deletions.
187 changes: 127 additions & 60 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ edition.workspace = true
publish = false

[dev-dependencies]
supercilex-tests = { version = "0.4.7", default-features = false }
supercilex-tests = { version = "0.4.8", default-features = false }

[profile.release]
lto = true
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arrayvec = { version = "0.7.4", features = ["serde"] }
ask = { package = "ask-cli", version = "0.3.0" }
base64 = "0.22.1"
base64-serde = "0.7.0"
clap = { version = "4.5.11", features = ["derive", "wrap_help"] }
clap = { version = "4.5.13", features = ["derive", "wrap_help"] }
clap-num = "1.1.1"
dirs = "5.0.1"
error-stack = { version = "0.5.0", default-features = false, features = ["std"] }
Expand All @@ -29,11 +29,11 @@ ringboard-sdk = { package = "clipboard-history-client-sdk", version = "0", path
rustc-hash = "2.0.0"
rustix = { version = "0.38.34", features = ["stdio", "event"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_json = "1.0.122"
thiserror = "1.0.63"

[dev-dependencies]
supercilex-tests = { version = "0.4.7", default-features = false, features = ["clap"] }
supercilex-tests = { version = "0.4.8", default-features = false, features = ["clap"] }

[[bin]]
name = "ringboard"
Expand Down
2 changes: 1 addition & 1 deletion client-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smallvec = { version = "2.0.0-alpha.7", optional = true }
thiserror = "1.0.63"

[dev-dependencies]
supercilex-tests = { version = "0.4.7", default-features = false, features = ["api"] }
supercilex-tests = { version = "0.4.8", default-features = false, features = ["api"] }

[features]
error-stack = ["dep:error-stack", "ringboard-core/error-stack"]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ rustix = { version = "0.38.34", features = ["fs", "mm", "process", "net", "linux
thiserror = "1.0.63"

[dev-dependencies]
supercilex-tests = { version = "0.4.7", default-features = false, features = ["api"] }
supercilex-tests = { version = "0.4.8", default-features = false, features = ["api"] }
2 changes: 1 addition & 1 deletion egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ eframe = { version = "0.28.1", default-features = false, features = ["glow"] }
image = "0.25.2"
ringboard-sdk = { package = "clipboard-history-client-sdk", version = "0", path = "../client-sdk", features = ["ui"] }
rustc-hash = "2.0.0"
tracy-client = { version = "0.17.0", optional = true }
tracy-client = { version = "0.17.1", optional = true }

[features]
default = ["x11"]
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ringboard-core = { package = "clipboard-history-core", version = "0", path = "..
rustix = { version = "0.38.34", features = ["fs", "process", "net", "io_uring"] }
sd-notify = { version = "0.4.2", optional = true }
thiserror = "1.0.63"
tracy-client = { version = "0.17.0", optional = true }
tracy-client = { version = "0.17.1", optional = true }

[features]
default = ["human-logs"]
Expand Down
4 changes: 2 additions & 2 deletions tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ regex = "1.10.5"
ringboard-sdk = { package = "clipboard-history-client-sdk", version = "0", path = "../client-sdk", features = ["error-stack", "ui"] }
rustix = { version = "0.38.34", features = ["stdio"] }
thiserror = "1.0.63"
tracy-client = { version = "0.17.0", optional = true }
tui-textarea = "0.5.1"
tracy-client = { version = "0.17.1", optional = true }
tui-textarea = "0.5.2"

[features]
trace = ["dep:tracy-client"]
Expand Down

0 comments on commit 14af39b

Please sign in to comment.