Skip to content

Commit

Permalink
Merge pull request #219 from ava-labs/dependabot/cargo/serde-1.0.193
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.192 to 1.0.193
  • Loading branch information
richardpringle authored Nov 22, 2023
2 parents 2267cba + 1f6a837 commit 637899c
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 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.192", features = ["derive"] }
serde = { version = "1.0.193", 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.34.0", features = ["fs", "rt-multi-thread"] }
Expand Down

0 comments on commit 637899c

Please sign in to comment.