Skip to content

Commit

Permalink
Update dep list
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Nov 9, 2024
1 parent 54012d1 commit 2ce37a2
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 54 deletions.
97 changes: 48 additions & 49 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ members = ["crates/loader", "crates/shared", "crates/yabg3nml"]
[workspace.dependencies]
tracing = "0.1.40"
eyre = "0.6.12"
serde = { version = "1.0.214", features = ["derive"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
shared = { path = "crates/shared" }
native-plugin-lib = { git = "https://github.com/MolotovCherry/Native-Plugin-Lib" }
Expand Down
1 change: 0 additions & 1 deletion crates/loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ windows.workspace = true
shared.workspace = true
unicase.workspace = true
native-plugin-lib.workspace = true
serde.workspace = true

[build-dependencies]
winres.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions crates/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ rust-version = "1.82"
[dependencies]
eyre.workspace = true
tracing.workspace = true
serde.workspace = true
windows.workspace = true
serde_json = "1.0.129"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
directories = "5.0.1"
backtrace = "0.3.74"
toml = "0.8.19"
tokio = { version = "1.40.0", features = ["net", "rt"] }
tokio = { version = "1.41.1", features = ["net", "rt"] }

0 comments on commit 2ce37a2

Please sign in to comment.