Skip to content

Commit

Permalink
cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkyStitt committed Jul 20, 2023
1 parent ac2d904 commit 6c6a240
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 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 entities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ path = "src/mod.rs"
[dependencies]
ethers = { version = "2.0.8", default-features = false }
sea-orm = "0.11.3"
serde = "1.0.171"
serde = "1.0.173"
ulid = "1.0.0"
2 changes: 1 addition & 1 deletion latency/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
log = "0.4.19"
portable-atomic = { version = "1.4.1", features = ["float"] }
serde = { version = "1.0.171", features = [] }
serde = { version = "1.0.173", features = [] }
tokio = { version = "1.29.1", features = ["full"] }
tracing = "0.1.37"
watermill = "0.1.1"
Expand Down
4 changes: 2 additions & 2 deletions web3_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rmp-serde = "1.1.1"
rust_decimal = { version = "1.30.0", features = ["maths"] }
sentry = { version = "0.31.5", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "reqwest", "rustls", "serde_json", "tracing"] }
sentry-tracing = "0.31.5"
serde = { version = "1.0.171" }
serde = { version = "1.0.173" }
serde_json = { version = "1.0.103", default-features = false, features = ["raw_value"] }
serde_prometheus = "0.2.3"
strum = { version = "0.25.0", features = ["derive"] }
Expand All @@ -93,7 +93,7 @@ tokio-console = { version = "0.1.9", optional = true }
tokio-stream = { version = "0.1.14", features = ["sync"] }
toml = "0.7.6"
tower = { version = "0.4.13", features = ["timeout", "tracing"] }
tower-http = { version = "0.4.1", features = ["cors", "sensitive-headers", "trace"] }
tower-http = { version = "0.4.2", features = ["cors", "sensitive-headers", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
ulid = { version = "1.0.0", features = ["rand", "uuid", "serde"] }
Expand Down

0 comments on commit 6c6a240

Please sign in to comment.