Skip to content

Commit

Permalink
chore(deps): update rust crate ureq to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent e7912f1 commit 0d6458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ qos_core = { path = "../qos_core", features = ["mock"], default-features = false
borsh = { version = "0.10" }
aws-nitro-enclaves-nsm-api = { version = "0.3", default-features = false }
rand = "0.8"
ureq = { version = "2.8", features = ["json"], default-features = false }
ureq = { version = "2.9", features = ["json"], default-features = false }
serde = { version = "1", features = ["derive"] }

0 comments on commit 0d6458b

Please sign in to comment.