Skip to content

Commit 82b4f84

Browse files
dependabot[bot]smoelius
authored andcommitted
Bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [log](https://github.com/rust-lang/log), [swc_core](https://github.com/swc-project/swc), [bitflags](https://github.com/bitflags/bitflags) and [diesel](https://github.com/diesel-rs/diesel). Updates `log` from 0.4.30 to 0.4.32 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.30...0.4.32) Updates `swc_core` from 68.0.3 to 68.0.5 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md) - [Commits](https://github.com/swc-project/swc/compare/swc_core@v68.0.3...swc_core@v68.0.5) Updates `bitflags` from 2.11.1 to 2.13.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.11.1...2.13.0) Updates `diesel` from 2.3.9 to 2.3.10 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.3.9...v2.3.10) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: swc_core dependency-version: 68.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: bitflags dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: diesel dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7229a41 commit 82b4f84

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/trailofbits/necessist"
1212
[dependencies]
1313
ansi_term = "0.12"
1414
anyhow = "1.0"
15-
bitflags = "2.11"
15+
bitflags = "2.13"
1616
clap = { version = "4.6", features = ["cargo", "derive"], optional = true }
1717
ctrlc = "3.5"
1818
diesel = { version = "2.3", features = ["sqlite"] }

0 commit comments

Comments
 (0)