Skip to content

Commit a91e1c4

Browse files
chore(deps): bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [libc](https://github.com/rust-lang/libc), [tokio-util](https://github.com/tokio-rs/tokio) and [time](https://github.com/time-rs/time). Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) Updates `tokio-util` from 0.7.15 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.18) Updates `time` from 0.3.45 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.45...v0.3.47) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eac1a49 commit a91e1c4

3 files changed

Lines changed: 15 additions & 16 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "1.0.0"
3131
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.4.0"}
3232
oci-tar-builder = { path = "crates/oci-tar-builder", version = "0.4.0" }
3333
env_logger = "0.11"
34-
libc = "0.2.177"
34+
libc = "0.2.185"
3535
libcontainer = { version = "0.5", default-features = false }
3636
log = "0.4"
3737
nix = "0.29"

crates/containerd-shimkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ opentelemetry_sdk = { version = "0.23", default-features = false, features = [
5959
tracing-opentelemetry = { version = "0.24", optional = true }
6060

6161
# vendored code
62-
time = { version = "0.3.45", features = ["serde", "std", "formatting"] }
62+
time = { version = "0.3.47", features = ["serde", "std", "formatting"] }
6363

6464
[target.'cfg(unix)'.dependencies]
6565
zygote = { version = "0.1.2" }

0 commit comments

Comments
 (0)