Skip to content

Commit

Permalink
chore(deps): update serde crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent cc43282 commit d48e7df
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 44 deletions.
88 changes: 48 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ env_logger = "0.10.1"
httpbin = { path = "httpbin" }
infer = "0.15.0"
log = "0.4.20"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_qs = "0.12.0"
serde_with = "3.1.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde_qs = "0.13.0"
serde_with = "3.8.1"
tokio = { version = "1.34.0", features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit d48e7df

Please sign in to comment.