mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-03-14 02:30:15 +00:00
Update dependencies
This commit is contained in:
parent
c70515035f
commit
1bbf98fac0
572
client/Cargo.lock
generated
572
client/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,13 +4,13 @@ junit = "6.0.2"
|
||||
|
||||
[libraries]
|
||||
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.83"
|
||||
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.20.2"
|
||||
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.21.1"
|
||||
argparse4j = "net.sourceforge.argparse4j:argparse4j:0.9.0"
|
||||
dbusjava = "com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0"
|
||||
zxing = "com.google.zxing:core:3.5.4"
|
||||
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
|
||||
slf4j-jul = { module = "org.slf4j:jul-to-slf4j", version.ref = "slf4j" }
|
||||
logback = "ch.qos.logback:logback-classic:1.5.29"
|
||||
logback = "ch.qos.logback:logback-classic:1.5.32"
|
||||
|
||||
signalservice = "com.github.turasa:signal-service-java:2.15.3_unofficial_139"
|
||||
sqlite = "org.xerial:sqlite-jdbc:3.51.2.0"
|
||||
|
||||
@ -2226,7 +2226,25 @@
|
||||
"type": "org.asamk.signal.dbus.DbusSignalImpl$DbusSignalIdentityImpl"
|
||||
},
|
||||
{
|
||||
"type": "org.asamk.signal.json.JsonAdminDelete"
|
||||
"type": "org.asamk.signal.json.JsonAdminDelete",
|
||||
"methods": [
|
||||
{
|
||||
"name": "targetAuthor",
|
||||
"parameterTypes": []
|
||||
},
|
||||
{
|
||||
"name": "targetAuthorNumber",
|
||||
"parameterTypes": []
|
||||
},
|
||||
{
|
||||
"name": "targetAuthorUuid",
|
||||
"parameterTypes": []
|
||||
},
|
||||
{
|
||||
"name": "targetSentTimestamp",
|
||||
"parameterTypes": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.asamk.signal.json.JsonAttachment",
|
||||
@ -9661,6 +9679,27 @@
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_*"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AG"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AI"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AS"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BB"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BM"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BS"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CA"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_DE"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user