Skip to content

Commit

Permalink
chore: upgrade ipc-channel to version 0.18 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum authored Aug 6, 2024
1 parent 227ac02 commit cc1eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ json = ["serde_json"]
safe-shared-libraries = ["findshlibs"]

[dependencies]
ipc-channel = "0.16.1"
ipc-channel = "0.18.2"
serde = { version = "1.0.104", features = ["derive"] }
backtrace = { version = "0.3.43", optional = true, features = ["serde"] }
libc = "0.2.66"
Expand Down

0 comments on commit cc1eed2

Please sign in to comment.