Skip to content

Commit

Permalink
build(deps): update rust crate serde to 1.0.174
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2023
1 parent 98b646c commit 829ce1a
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 @@ -19,7 +19,7 @@ octocrab = { version = "0.28.0" }
regex = "1.9.1"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
serde_json = { version = "1.0.103", features = ["preserve_order"] }
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] }

0 comments on commit 829ce1a

Please sign in to comment.