Skip to content

Commit

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

build(deps): bump serde_json from 1.0.107 to 1.0.108
  • Loading branch information
richardpringle authored Nov 1, 2023
2 parents 133f6a0 + bd0614a commit 2b862ee
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.4", features = ["jsonrpc_client", "subnet"] }
env_logger = "0.10.0"
log = "0.4.19"
random-manager = "0.0.5"
serde_json = "1.0.102" # https://github.com/serde-rs/json/releases
serde_json = "1.0.108" # https://github.com/serde-rs/json/releases
tempfile = "3.8.1"
timestampvm = { path = "../../timestampvm" }
tokio = { version = "1.33.0", features = [] } # 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.19"
semver = "1.0.20"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.102" # https://github.com/serde-rs/json/releases
serde_json = "1.0.108" # https://github.com/serde-rs/json/releases
serde_with = { version = "3.4.0", features = ["hex"] }
tokio = { version = "1.33.0", features = ["fs", "rt-multi-thread"] }
tonic = { version = "0.10.2", features = ["gzip"] }
Expand Down

0 comments on commit 2b862ee

Please sign in to comment.