Skip to content

Commit

Permalink
Merge pull request #230 from ava-labs/dependabot/cargo/serde-1.0.195
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.193 to 1.0.195
  • Loading branch information
richardpringle authored Jan 8, 2024
2 parents 0327dc3 + 407126e commit 36ebced
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 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 timestampvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jsonrpc-core-client = { version = "18.0.0" }
jsonrpc-derive = "18.0.0"
log = "0.4.19"
semver = "1.0.20"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.108" # https://github.com/serde-rs/json/releases
serde_with = { version = "3.4.0", features = ["hex"] }
tokio = { version = "1.35.0", features = ["fs", "rt-multi-thread"] }
Expand Down

0 comments on commit 36ebced

Please sign in to comment.