Skip to content

Commit

Permalink
Merge pull request #133 from ciffelia/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update rust crate serde to 1.0.193
  • Loading branch information
renovate[bot] authored Nov 24, 2023
2 parents 5d20998 + 4366206 commit 382cf7e
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion crates/koe-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish = false
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
tokio = { version = "1.34.0", features = ["fs"] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
2 changes: 1 addition & 1 deletion crates/koe-speech/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish = false
[dependencies]
koe-audio = { path = "../koe-audio" }
anyhow = { version = "1.0.75", features = ["backtrace"] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
reqwest = { version = "0.11.22", features = ["json"] }

0 comments on commit 382cf7e

Please sign in to comment.