repl: Pass session id to kernel connections (#15389)
Updated runtimelib to 0.14 and passed a kernel session ID through to identify our client. Release Notes: - N/A
This commit is contained in:
parent
771a7bb4b6
commit
bb188f673e
4 changed files with 27 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -8971,9 +8971,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "runtimelib"
|
||||
version = "0.12.0"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "10a4a788465cf51b7ac8f36e4e4ca3dd26013dcddd5ba8376f98752278244294"
|
||||
checksum = "0c3d817764e3971867351e6103955b17d808f5330e9ef63aaaaab55bf8c664c1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-dispatcher",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue