mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
build(deps): update dependencies (#4268)
This commit is contained in:
@ -100,10 +100,10 @@ where
|
||||
Type: DbType + FromStr + Display,
|
||||
{
|
||||
fn encode_by_ref(&self, buf: &mut PgArgumentBuffer) -> sqlx::encode::IsNull {
|
||||
self.0.to_string().encode(buf)
|
||||
<String as Encode<'q, Postgres>>::encode(self.0.to_string(), buf)
|
||||
}
|
||||
fn size_hint(&self) -> usize {
|
||||
self.0.to_string().size_hint()
|
||||
<String as Encode<'q, Postgres>>::size_hint(&self.0.to_string())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user