Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 5 updates (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 544aecb commit 6767fd6
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 40 deletions.
127 changes: 92 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.31"
clap = { version = "4.4.12", features = ["derive"] }
chrono = "0.4.33"
clap = { version = "4.4.18", features = ["derive"] }
lazy_static = "1.4.0"
regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
regex = "1.10.3"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"

[[bin]]
name = "singer-metrics"
Expand Down

0 comments on commit 6767fd6

Please sign in to comment.