Skip to content

Commit b6a87f4

Browse files
committed
Update dependencies
1 parent ba24c03 commit b6a87f4

2 files changed

Lines changed: 64 additions & 63 deletions

File tree

Cargo.lock

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

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub enum GatewayError {
2424
#[error("Invalid config file. Error: {0}")]
2525
InvalidConfigFile(String),
2626

27-
#[error("WireGuard error {0}")]
27+
#[error("WireGuard error: {0}")]
2828
WireguardError(#[from] WireguardInterfaceError),
2929

3030
#[error("Invalid CA file. Error")]

0 commit comments

Comments
 (0)