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] authored Sep 13, 2023
1 parent 1bd818c commit 996b92f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
63 changes: 32 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ env_logger = "0.10.0"
httpbin = { path = "httpbin" }
infer = "0.13.0"
log = "0.4.19"
serde = { version = "1.0.173", features = ["derive"] }
serde_json = "1.0.103"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_qs = "0.12.0"
serde_with = "3.1.0"
serde_with = "3.3.0"
tokio = { version = "1.29.1", features = ["full"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

Expand Down

0 comments on commit 996b92f

Please sign in to comment.