Skip to content

Commit

Permalink
Merge pull request #55 from yanorei32/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.195
  • Loading branch information
yanorei32 authored Jan 6, 2024
2 parents 536d34b + 29ce426 commit e1a636e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -12,7 +12,7 @@ clap = { version = "4.4.13", features = ["derive", "env"] }
hyper = "0.14.28"
once_cell = "1.19.0"
reqwest = { version = "0.11.23", features = ["rustls-tls", "http3", "brotli"], default-features = false }
serde = { version = "1.0.194", features = ["derive"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "sync", "time"] }
tracing = "0.1.40"
Expand Down

0 comments on commit e1a636e

Please sign in to comment.