1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

Merge pull request #753 from JakeStanger/dependabot/cargo/tokio-1.41.0

build(deps): bump tokio from 1.40.0 to 1.41.0
This commit is contained in:
Jake Stanger 2024-10-30 10:36:08 +00:00 committed by GitHub
commit 39b0d8ae9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3268,9 +3268,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.40.0" version = "1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View file

@ -88,7 +88,7 @@ schema = ["dep:schemars"]
gtk = "0.18.1" gtk = "0.18.1"
gtk-layer-shell = "0.8.1" gtk-layer-shell = "0.8.1"
glib = "0.18.5" glib = "0.18.5"
tokio = { version = "1.40.0", features = [ tokio = { version = "1.41.0", features = [
"macros", "macros",
"rt-multi-thread", "rt-multi-thread",
"time", "time",