Skip to content

Commit dbb4cca

Browse files
Update dependencies (#109)
* Bump allocative from 0.3.3 to 0.3.4 Bumps [allocative](https://github.com/facebookexperimental/allocative) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/facebookexperimental/allocative/releases) - [Commits](facebookexperimental/allocative@v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: allocative dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump thiserror from 2.0.6 to 2.0.7 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.6...2.0.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Run cargo update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a735331 commit dbb4cca

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
allocative = "0.3.3"
9+
allocative = "0.3.4"
1010
anyhow = "1.0.94"
1111
clap = { version = "4.5.23", features = ["derive"] }
1212
color-eyre = "0.6.3"
@@ -16,6 +16,6 @@ include_dir = "0.7.4"
1616
regex = "1.11.1"
1717
starlark = "0.12.0"
1818
tempdir = "0.3.7"
19-
thiserror = "2.0.6"
19+
thiserror = "2.0.7"
2020
ureq = "2.12.1"
2121
vsort = "0.2.0"

0 commit comments

Comments
 (0)