Skip to content

Commit

Permalink
Merge pull request #114 from MolotovCherry/dependabot/cargo/serde-1.0…
Browse files Browse the repository at this point in the history
….214

Bump serde from 1.0.211 to 1.0.214
  • Loading branch information
MolotovCherry authored Oct 28, 2024
2 parents cda8819 + df2d0e7 commit b095e8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -5,7 +5,7 @@ members = ["crates/loader", "crates/shared", "crates/yabg3nml"]
[workspace.dependencies]
tracing = "0.1.40"
eyre = "0.6.12"
serde = { version = "1.0.210", features = ["derive"] }
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

0 comments on commit b095e8b

Please sign in to comment.