mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-03-21 11:05:02 +00:00
Bumps [log](https://github.com/rust-lang/log) from 0.4.28 to 0.4.29. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.28...0.4.29) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
363 B
TOML
14 lines
363 B
TOML
[workspace]
|
|
members = [
|
|
"querying",
|
|
"reporter",
|
|
"reports",
|
|
"website",
|
|
]
|
|
resolver = "3"
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
reqwest = { version = "0.12.24", default-features = false, features = ["stream", "rustls-tls-webpki-roots", "json"] }
|
|
log = "0.4.29"
|
|
serde = { version = "1", features = ["derive"] }
|