Skip to content

Commit

Permalink
fix(deps): update rust crate crossbeam-channel to 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mihirsamdarshi committed Dec 29, 2023
1 parent 53c4014 commit accf59f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions images/port_manager/gluetun-port-mgr/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 images/port_manager/gluetun-port-mgr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
# error handling
anyhow = { version = "1.0.77" }
# used for termination handling
crossbeam-channel = "0.5.9"
crossbeam-channel = "0.5.10"
ctrlc = { version = "3.4.2", features = ["termination"] }
# logging
simplelog = "0.12.1"
Expand Down

0 comments on commit accf59f

Please sign in to comment.