Skip to content

Commit

Permalink
build(deps): update rust crate serde to 1.0.183
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent 7d338c9 commit b93fa22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 @@ -19,7 +19,7 @@ octocrab = { version = "0.28.0" }
regex = "1.9.3"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.178", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = { version = "1.0.104", features = ["preserve_order"] }
thiserror = "1.0.44"
tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] }

0 comments on commit b93fa22

Please sign in to comment.