Skip to content

Commit

Permalink
Merge pull request #48 from shopware/dependabot/cargo/dependencies-bc…
Browse files Browse the repository at this point in the history
…906c9b8d

Bump the dependencies group with 5 updates
  • Loading branch information
MalteJanz authored Nov 7, 2024
2 parents 1bac949 + 8b6a7ae commit 56bb0ca
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 24 deletions.
63 changes: 44 additions & 19 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 @@ -12,16 +12,16 @@ license = "MIT"
[dependencies]
clap = { version = "4.5.20", features = ["derive", "string"] }
rayon = "1.10.0"
reqwest = { version = "0.12.8", features = ["json", "blocking"] }
serde = { version = "1.0.213", features = ["derive"] }
reqwest = { version = "0.12.9", features = ["json", "blocking"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_yaml = "0.9.33"
toml = "0.8.19"
thiserror = "1.0.65"
anyhow = "1.0.91"
thiserror = "1.0.67"
anyhow = "1.0.92"
csv = "1.3.0"
itertools = "0.13.0"
rhai = { version = "1.19.0", features = ["serde", "sync"] }
rhai = { version = "1.20.0", features = ["serde", "sync"] }

[dev-dependencies]
mockito = "1.5.0"
Expand Down

0 comments on commit 56bb0ca

Please sign in to comment.