diff --git a/Cargo.lock b/Cargo.lock index e58894a..658c8c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,7 +564,7 @@ dependencies = [ "backoff", "base64 0.13.1", "bincode", - "borsh 0.9.3", + "borsh 1.5.7", "borsh-derive 0.9.3", "bs58 0.4.0", "bytes", @@ -970,7 +970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1145d32e826a7748b69ee8fc62d3e6355ff7f1051df53141e7048162fc90481b" dependencies = [ "data-encoding", - "syn 2.0.96", + "syn 1.0.109", ] [[package]] @@ -2365,9 +2365,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e" dependencies = [ "bitflags 2.8.0", "cfg-if", @@ -5266,9 +5266,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fa57324..a80ea8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = "1.0.144" serde_derive = "1.0.103" #serde_json = "1.0.83" serde_json = { version = "1.0.83", features = ["float_roundtrip"] } -borsh = "0.9.1" +borsh = "1.5.7" borsh-derive = "0.9.1" bs58 = "0.4.0" base64 = "0.13.0" @@ -67,7 +67,7 @@ chrono = "0.4.39" [dependencies.tokio] features = ["rt-multi-thread", "macros", "io-util"] -version = "1.11.0" +version = "1.43.1" [dependencies.rdkafka] features = ["gssapi", "ssl", "sasl", "tokio"]