Skip to content

Commit

Permalink
Update dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastjean authored Nov 21, 2023
1 parent ab94729 commit 5e0ccfe
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 @@ -20,9 +20,9 @@ reqwest = { version = "0.11", optional = true, default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
thiserror = { version = "1.0" }
typed-builder = { version = "0.14" }
typed-builder = { version = "0.18" }
url = { version = "2.4" }
indexmap = { version = "1.8", features = ["serde"], optional = true }
indexmap = { version = "2.1", features = ["serde"], optional = true }

[features]
default = []
Expand Down

0 comments on commit 5e0ccfe

Please sign in to comment.