Skip to content

Commit

Permalink
Update reqwest dep to v0.12.1, and msrv to 1.63
Browse files Browse the repository at this point in the history
cargo-msrv reported minimal msrv to be 1.63.0
  • Loading branch information
kujeger committed Mar 22, 2024
1 parent 5e9d390 commit e27fa5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
name = "unleash-api-client"
readme = "README.md"
repository = "https://github.com/cognitedata/unleash-client-rust/"
rust-version = "1.59"
rust-version = "1.63"
version = "0.10.3"

[badges]
Expand Down Expand Up @@ -68,7 +68,7 @@ version = "0.4.19"
default-features = false
features = ["json"]
optional = true
version = "0.12.0"
version = "0.12.1"

[dependencies.serde]
features = ["derive"]
Expand Down

0 comments on commit e27fa5a

Please sign in to comment.