Skip to content

Commit

Permalink
Merge pull request #273 from ava-labs/dependabot/cargo/serde_json-1.0…
Browse files Browse the repository at this point in the history
….116

build(deps): bump serde_json from 1.0.115 to 1.0.116
  • Loading branch information
0xchainlover authored Apr 29, 2024
2 parents 0335df1 + 85cc78e commit 05ed51f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 tests/e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ avalanche-types = { version = "0.1.5", features = ["jsonrpc_client", "subnet"] }
env_logger = "0.11.3"
log = "0.4.21"
random-manager = "0.0.5"
serde_json = "1.0.115" # https://github.com/serde-rs/json/releases
serde_json = "1.0.116" # https://github.com/serde-rs/json/releases
tempfile = "3.10.1"
timestampvm = { path = "../../timestampvm" }
tokio = { version = "1.37.0", features = ["full"] } # https://github.com/tokio-rs/tokio/releases
2 changes: 1 addition & 1 deletion timestampvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jsonrpc-derive = "18.0.0"
log = "0.4.21"
semver = "1.0.22"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115" # https://github.com/serde-rs/json/releases
serde_json = "1.0.116" # https://github.com/serde-rs/json/releases
serde_with = { version = "3.7.0", features = ["hex"] }
tokio = { version = "1.37.0", features = ["fs", "rt-multi-thread"] }
tonic = { version = "0.11.0", features = ["gzip"] }
Expand Down

0 comments on commit 05ed51f

Please sign in to comment.