Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.188
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent 79826db commit e7212df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/infra/db_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] }
futures-util = "0.3.28"
ordered-float = "3.9.1"
tracing = "0.1.37"
serde = "1.0.179"
serde = "1.0.188"
envy = "0.4.2"
thiserror = "1.0.47"
2 changes: 1 addition & 1 deletion server/infra/upstream_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prost = "0.11.9"
tonic = { version = "0.9.2", features = ["gzip"] }
pbjson-types = "0.5.1"
envy = "0.4.2"
serde = "1.0.179"
serde = "1.0.188"
anyhow = "1.0.75"
tracing = "0.1.37"
async-trait = "0.1.73"
Expand Down
2 changes: 1 addition & 1 deletion server/ingestor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tracing-subscriber = { version = "0.3.17", features = ["std", "registry", "env-f
sentry = { version = "0.31.6", features = ["profiling", "tracing", "debug-logs"] }

tracing = "0.1.37"
serde = "1.0.179"
serde = "1.0.188"
envy = "0.4.2"
once_cell = "1.18.0"
pprof = "0.11.1"

0 comments on commit e7212df

Please sign in to comment.