Skip to content

Commit 983ef2e

Browse files
build(deps): bump the dep-updates group across 1 directory with 3 updates
Bumps the dep-updates group with 3 updates in the / directory: [env_logger](https://github.com/rust-cli/env_logger), [libc](https://github.com/rust-lang/libc) and [thiserror](https://github.com/dtolnay/thiserror). Updates `env_logger` from 0.11.5 to 0.11.6 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.5...v0.11.6) Updates `libc` from 0.2.168 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.168...0.2.169) Updates `thiserror` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.7...2.0.9) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7dd2b8 commit 983ef2e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -20,7 +20,7 @@ async-trait = "0.1.83"
2020
bit-vec = "0.8.0"
2121
byteorder = "1"
2222
elf = "0.7.4"
23-
env_logger = "0.11.5"
23+
env_logger = "0.11.6"
2424
flate2 = "1.0"
2525
indexmap = "2.6.0"
2626
libc = "0.2"
@@ -29,7 +29,7 @@ memchr = "2"
2929
nix = "0.29.0"
3030
regex = "1.11.1"
3131
slice-copy = "0.3.0"
32-
thiserror = "2.0.7"
32+
thiserror = "2.0.9"
3333
xz2 = "0.1"
3434

3535
[workspace.dependencies.tokio]

0 commit comments

Comments
 (0)