Skip to content

Commit

Permalink
Package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luijken committed Jul 24, 2024
1 parent 5714c61 commit 97eb6d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions stellar_rust_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ autobenches = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.4", features = ["json"] }
url = "2.2.2"
reqwest = { version = "0.12.5", features = ["json"] }
url = "2.5.2"
tokio = { version = "1.15.0", features = ["full"] }
stellar-xdr = { version = "20.0.0", features = ["base64"] }
serde_json = "1.0.107"
stellar-xdr = { version = "21.2.0", features = ["base64"] }
serde_json = "1.0.120"
serde = { version = "1.0.188", features = ["derive"] }
derive-getters = "0.3.0"
derive-getters = "0.4.0"
hex = "0.4.3"
base64 = "0.21.4"
chrono = "0.4.31"
lazy_static = "1.4.0"
base64 = "0.22.1"
chrono = "0.4.38"
lazy_static = "1.5.0"
stellar_rust_sdk_derive = { path = "../stellar_rust_sdk_derive", version = "0.1.0" }

0 comments on commit 97eb6d3

Please sign in to comment.