Skip to content

Commit

Permalink
chore!: Upgraded libraries to the latest versions: near-* 0.22 and re…
Browse files Browse the repository at this point in the history
…qwest 0.12 (#145)
  • Loading branch information
akorchyn authored Jun 7, 2024
1 parent 54a7510 commit f06b0be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ rust-version = "1.67.1"
log = "0.4.17"
borsh = "1.3.0"
serde = "1.0.145"
reqwest = { version = "0.11.12", features = ["json"], default-features = false }
reqwest = { version = "0.12", features = ["json"], default-features = false }
thiserror = "1.0.37"
serde_json = "1.0.85"
lazy_static = "1.4.0"

near-crypto = "0.21.1"
near-primitives = "0.21.1"
near-chain-configs = "0.21.1"
near-jsonrpc-primitives = "0.21.1"
near-crypto = "0.22"
near-primitives = "0.22"
near-chain-configs = "0.22"
near-jsonrpc-primitives = "0.22"

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
env_logger = "0.10.0"
env_logger = "0.11.0"

[features]
default = ["native-tls"]
Expand Down

0 comments on commit f06b0be

Please sign in to comment.