Skip to content

Commit 41fe2ba

Browse files
Copilot0xrinegade
andcommitted
Update dependencies - first pass
Co-authored-by: 0xrinegade <[email protected]>
1 parent 4dcecc7 commit 41fe2ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ edition = "2021"
55

66
[dependencies]
77
log = "0.4"
8-
env_logger = "0.10"
8+
env_logger = "0.11"
99
chrono = "0.4"
10-
url = { version = "2.4.1", features = ["serde"] }
10+
url = { version = "2.5.0", features = ["serde"] }
1111
anyhow = "1.0"
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = "1.0"
14-
tokio = { version = "1.0", features = ["full"] }
15-
solana-client = "1.17"
16-
solana-sdk = "1.17"
17-
solana-account-decoder = "1.17"
18-
solana-transaction-status = "1.17"
14+
tokio = { version = "1.36", features = ["full"] }
15+
solana-client = "1.18"
16+
solana-sdk = "1.18"
17+
solana-account-decoder = "1.18"
18+
solana-transaction-status = "1.18"
1919
spl-token = "4.0"
2020
base64 = "0.21"
2121
bs58 = "0.5"

0 commit comments

Comments
 (0)