chore(deps): lock file maintenance

This commit is contained in:
renovate[bot] 2024-04-21 00:58:39 +00:00 committed by GitHub
parent 1e9c4a2668
commit 3ff04adaba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 9 deletions

18
Cargo.lock generated
View File

@ -196,9 +196,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "cc"
version = "1.0.94"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7"
checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b"
[[package]]
name = "cfg-if"
@ -1616,7 +1616,7 @@ checksum = "20f34339676cdcab560c9a82300c4c2581f68b9369aedf0fae86f2ff9565ff3e"
[[package]]
name = "teloxide"
version = "0.12.2"
source = "git+https://github.com/teloxide/teloxide#eacef3b19a7dcc02f4acfab414918b41e80b93c1"
source = "git+https://github.com/teloxide/teloxide#bd98ba7e613e0fd7ec4fd1c210fc5edbb048f975"
dependencies = [
"ahash",
"aquamarine",
@ -1642,7 +1642,7 @@ dependencies = [
[[package]]
name = "teloxide-core"
version = "0.9.1"
source = "git+https://github.com/teloxide/teloxide#eacef3b19a7dcc02f4acfab414918b41e80b93c1"
source = "git+https://github.com/teloxide/teloxide#bd98ba7e613e0fd7ec4fd1c210fc5edbb048f975"
dependencies = [
"bitflags",
"bytes",
@ -1671,7 +1671,7 @@ dependencies = [
[[package]]
name = "teloxide-macros"
version = "0.7.1"
source = "git+https://github.com/teloxide/teloxide#eacef3b19a7dcc02f4acfab414918b41e80b93c1"
source = "git+https://github.com/teloxide/teloxide#bd98ba7e613e0fd7ec4fd1c210fc5edbb048f975"
dependencies = [
"heck",
"proc-macro2",
@ -1681,18 +1681,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.58"
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.58"
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
dependencies = [
"proc-macro2",
"quote",