Skip to content

Commit

Permalink
chore: bump the cargo group with 4 updates (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 7e98d6a commit cb7b2c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ chrono = "0.4.31"
derive_more = { version = "1.0.0", features = ["deref", "from", "into", "not", "sum"] }
lazy_static = "1.4.0"
rand = { version = "0.8.5", optional = true }
regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"], default-features = false }
thiserror = "1.0.50"
regex = "1.11.1"
serde = { version = "1.0.213", features = ["derive"], default-features = false }
thiserror = "1.0.65"

[dev-dependencies]
serde_test = "1.0.176"
serde_json = "1.0.129"
serde_json = "1.0.132"

[lints.rust]
macro_use_extern_crate = "warn"
Expand Down

0 comments on commit cb7b2c2

Please sign in to comment.