Skip to content

Commit

Permalink
Client: update cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DvaMishkiLapa committed Dec 15, 2024
1 parent 230491a commit 63f484d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions client/Cargo.lock

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

2 changes: 1 addition & 1 deletion client/packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ flatbuffers_structs = { version = "0.1.0", path = "../flatbuffers_structs" }
protocol = { version = "0.1.0", path = "../protocol" }
vita_reports = { version = "0.1.0", path = "../vita_reports" }
vita_virtual_device = { version = "0.1.0", path = "../vita_virtual_device" }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
config = "0.14.1"
toml = "0.8.19"
home = "0.5.9"
Expand Down
4 changes: 2 additions & 2 deletions client/packages/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
flatbuffers_structs = { path = "../flatbuffers_structs" }
thiserror = "2.0.3"
thiserror = "2.0.7"
vita_reports = { path = "../vita_reports" }
tokio-util = { version = "0.7.12", optional = true, features = ["codec"] }
tokio-util = { version = "0.7.13", optional = true, features = ["codec"] }
bytes = { version = "1.9.0", optional = true }

[features]
Expand Down
4 changes: 2 additions & 2 deletions client/packages/vita_virtual_device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ edition = "2021"
cfg-if = "1.0.0"
derive_builder = "0.20.2"
rstar = { version = "0.12.2", features = ["serde"] }
serde = { version = "1.0.215", features = ["serde_derive"] }
thiserror = "2.0.3"
serde = { version = "1.0.216", features = ["serde_derive"] }
thiserror = "2.0.7"
vita_reports = { version = "0.1.0", path = "../vita_reports" }

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down

0 comments on commit 63f484d

Please sign in to comment.