Skip to content

Commit

Permalink
Merge pull request #481 from utam0k/dependabot/cargo/thiserror-1.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 16, 2023
2 parents 10385ab + 75d27dc commit 64f2fe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rbpf = {version = "0.2.0", optional = true }
libbpf-sys = { version = "1.2.1", optional = true }
errno = { version = "0.3.2", optional = true }
libc = { version = "0.2.147", optional = true }
thiserror = "1.0.44"
thiserror = "1.0.46"
tracing = { version = "0.1.37", features = ["attributes"]}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust-criu = "0.4.0"
regex = "1.9.3"
thiserror = "1.0.44"
thiserror = "1.0.46"
tracing = { version = "0.1.37", features = ["attributes"]}
safe-path = "0.1.0"

Expand Down

0 comments on commit 64f2fe8

Please sign in to comment.