Skip to content

Commit

Permalink
fix(deps): update rust crate tlmcmddb to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent e123fb1 commit af87e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tlmcmddb-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ readme.workspace = true
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
clap = { version = "4.4.11", features = ["derive"] }
tlmcmddb = "2.5"
tlmcmddb = "2.5.1"
tlmcmddb-csv = "2.5"
serde_json = "1"
2 changes: 1 addition & 1 deletion tlmcmddb-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme.workspace = true
[dependencies]
anyhow = "1"
csv = "1.3.0"
tlmcmddb = "2.5"
tlmcmddb = "2.5.1"
serde = { version = "1.0.198", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit af87e2b

Please sign in to comment.