Skip to content

Commit

Permalink
chore(deps): update rust crate serde to v1.0.201
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 99ea97a commit 428b77e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ keywords = ["octokit", "github"]

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1"

[build-dependencies]
prettyplease = "0.2"
reqwest = { version = "0.12", features = ["blocking", "json"] }
schemars = "0.8"
serde = { version = "1" }
serde = { version = "1.0.200" }
serde_json = "1"
syn = "2"
typify = "=0.0.15"

0 comments on commit 428b77e

Please sign in to comment.