Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Dec 5, 2024
1 parent bc4c804 commit c098f06
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 63 deletions.
115 changes: 54 additions & 61 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
[workspace.dependencies]
tracing = "0.1.41"
eyre = "0.6.12"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
shared = { path = "crates/shared" }
native-plugin-lib = { git = "https://github.com/MolotovCherry/Native-Plugin-Lib" }
unicase = "2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1.0.133"
directories = "5.0.1"
backtrace = "0.3.74"
toml = "0.8.19"
tokio = { version = "1.41.1", features = ["net", "rt"] }
tokio = { version = "1.42.0", features = ["net", "rt"] }

[lints]
workspace = true

0 comments on commit c098f06

Please sign in to comment.