Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.201
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent eccc413 commit 325905b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 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 crates/plugy-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ repository = "https://github.com/geofmureithi/plugy"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
bincode = "1.3.3"
anyhow = "1"
2 changes: 1 addition & 1 deletion crates/plugy-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1"
bincode = "1.3.3"
dashmap = "5.5.3"
plugy-core = { path = "../plugy-core", version = "0.3.1" }
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
wasmtime = "18.0.2"
async-lock = "3.3.0"

Expand Down

0 comments on commit 325905b

Please sign in to comment.