fix(deps): update rust crate tokio to 1.45.0 (#9)

Co-authored-by: defelo-renovate[bot] <186864790+defelo-renovate[bot]@users.noreply.github.com>
This commit is contained in:
defelo-renovate[bot] 2025-05-06 06:54:40 +00:00 committed by GitHub
parent c72f555890
commit bfaf1cc28f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -2391,9 +2391,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.44.2"
version = "1.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
dependencies = [
"backtrace",
"bytes",

4
Cargo.nix vendored
View file

@ -8038,9 +8038,9 @@ rec {
};
"tokio" = rec {
crateName = "tokio";
version = "1.44.2";
version = "1.45.0";
edition = "2021";
sha256 = "0j4w3qvlcqzgbxlnap0czvspqj6x461vyk1sbqcf97g4rci8if76";
sha256 = "0rg1i83awynp1xnhz4y1klmi1jq787pa8wgy4gxy1vgr9rlwl4r5";
authors = [
"Tokio Contributors <team@tokio.rs>"
];

View file

@ -28,7 +28,7 @@ openidconnect = { version = "4.0.0", default-features = false, features = [
] }
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.140", default-features = false, features = ["std"] }
tokio = { version = "1.44.2", default-features = false, features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.45.0", default-features = false, features = ["rt-multi-thread", "macros"] }
tracing = { version = "0.1.41", default-features = false }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["ansi", "env-filter", "fmt"] }