Skip to content

Commit

Permalink
Bump EventSinkClient to latest version (#5367)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Feb 13, 2024
1 parent 1e12787 commit 30779ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ clap = "4.4.8"
dfx-core = { git = "https://github.com/dfinity/sdk", rev = "c7fa9267950836fb2e8af2f03a6531ead9289f81" }
dirs = "5.0.1"
dotenv = "0.15.0"
event_sink_canister = { git = "https://github.com/open-chat-labs/event-sink", rev = "dd239bb029827db8039034d7504c815d13130d58" }
event_sink_client = { git = "https://github.com/open-chat-labs/event-sink", rev = "dd239bb029827db8039034d7504c815d13130d58" }
event_sink_client_cdk_runtime = { git = "https://github.com/open-chat-labs/event-sink", rev = "dd239bb029827db8039034d7504c815d13130d58" }
event_sink_utils = { git = "https://github.com/open-chat-labs/event-sink", rev = "dd239bb029827db8039034d7504c815d13130d58" }
event_sink_canister = { git = "https://github.com/open-chat-labs/event-sink", rev = "235d5621ec536908d965c174393884eba338ec7b" }
event_sink_client = { git = "https://github.com/open-chat-labs/event-sink", rev = "235d5621ec536908d965c174393884eba338ec7b" }
event_sink_client_cdk_runtime = { git = "https://github.com/open-chat-labs/event-sink", rev = "235d5621ec536908d965c174393884eba338ec7b" }
event_sink_utils = { git = "https://github.com/open-chat-labs/event-sink", rev = "235d5621ec536908d965c174393884eba338ec7b" }
futures = "0.3.29"
getrandom = { version = "0.2.11", features = ["custom"] }
hex = "0.4.3"
Expand Down

0 comments on commit 30779ae

Please sign in to comment.