Skip to content

Commit

Permalink
Merge pull request #648 from primitivefinance/dependabot/cargo/serde-…
Browse files Browse the repository at this point in the history
…1.0.190

build(deps): bump serde from 1.0.189 to 1.0.190
  • Loading branch information
0xJepsen authored Oct 26, 2023
2 parents f1db87a + 7ec91f8 commit 095f05e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ arbiter-core = { version = "0.6.1", path = "arbiter-core" }

# Command line and config
clap = { version = "=4.4.7", features = ["derive"] }
serde = { version = "=1.0.189", features = ["derive"] }
serde = { version = "=1.0.190", features = ["derive"] }
serde_json = { version = "=1.0.107" }
config = { version = "=0.13.3" }
ethers = { version = "=2.0.10" }
Expand Down
2 changes: 1 addition & 1 deletion arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ revm-primitives = "=1.3.0"

# Serialization
bytes = { version = "=1.5.0" }
serde = { version = "=1.0.189", features = ["derive"] }
serde = { version = "=1.0.190", features = ["derive"] }
serde_json = { version = "=1.0.107" }

# Concurrency/async
Expand Down

0 comments on commit 095f05e

Please sign in to comment.