Compare commits

..
Author SHA1 Message Date
a38957dedf Update Rust crate chacha20poly1305 to 0.11
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / checks (pull_request) Failing after 4m1s
2026-08-14 17:00:41 +03:00
113a54048f Merge pull request 'Update Rust crate tokio-stream to v0.1.19' (#21) from renovate/tokio-stream-0.x-lockfile into master
All checks were successful
CI / checks (push) Successful in 7m47s
2026-08-14 17:00:34 +03:00
bd187106a1 Update Rust crate tokio-stream to v0.1.19
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / checks (pull_request) Successful in 11m23s
2026-08-14 16:00:47 +03:00

12
Cargo.lock generated
View file

@ -561,7 +561,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -1778,7 +1778,7 @@ dependencies = [
"once_cell",
"socket2",
"tracing",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -1949,7 +1949,7 @@ dependencies = [
"security-framework",
"security-framework-sys",
"webpki-root-certs",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -2407,9 +2407,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
version = "0.1.18"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
dependencies = [
"futures-core",
"pin-project-lite",
@ -2697,7 +2697,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]