Skip to content

Commit

Permalink
Merge pull request #1967 from containers/dependabot/cargo/tempfile-3.9.0
Browse files Browse the repository at this point in the history
build(deps): bump tempfile from 3.8.1 to 3.9.0
  • Loading branch information
openshift-merge-bot[bot] authored Feb 1, 2024
2 parents 7f023d0 + 36054c1 commit 4e0f474
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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 conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_json = "1.0.109"
shadow-rs = "0.26.1"
signal-hook = "0.3.17"
strum = { version = "0.26.1", features = ["derive"] }
tempfile = "3.8.1"
tempfile = "3.9.0"
tokio = { version = "1.35.1", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "time"] }
tokio-eventfd = "0.2.1"
tokio-seqpacket = "0.7.1"
Expand Down

0 comments on commit 4e0f474

Please sign in to comment.