bump cargo.lock
Updating bytes v1.6.0 -> v1.6.1 Updating cc v1.1.0 -> v1.1.3 Updating http-body v1.0.0 -> v1.0.1 Updating syn v2.0.70 -> v2.0.71 Updating thiserror v1.0.61 -> v1.0.62 Updating thiserror-impl v1.0.61 -> v1.0.62 Signed-off-by: strawberry <strawberry@puppygock.gay> Co-authored-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e53c2fbc5a
commit
101fdbc9b1
2 changed files with 43 additions and 43 deletions
|
@ -53,7 +53,7 @@ version = "0.8.5"
|
|||
|
||||
# Used for the http request / response body type for Ruma endpoints used with reqwest
|
||||
[workspace.dependencies.bytes]
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
|
||||
[workspace.dependencies.http-body-util]
|
||||
version = "0.1.1"
|
||||
|
@ -251,7 +251,7 @@ default-features = false
|
|||
|
||||
# Used for conduit::Error type
|
||||
[workspace.dependencies.thiserror]
|
||||
version = "1.0.61"
|
||||
version = "1.0.62"
|
||||
|
||||
# Used when hashing the state
|
||||
[workspace.dependencies.ring]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue