Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.194
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 25edae5 commit 39b8ec5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 tlmcmddb-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme.workspace = true
anyhow = "1"
csv = "1.3.0"
tlmcmddb = "2.5"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.194", features = ["derive"] }

[dev-dependencies]
serde_json = "1"
2 changes: 1 addition & 1 deletion tlmcmddb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.194", features = ["derive"] }

0 comments on commit 39b8ec5

Please sign in to comment.