Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeijboom committed Mar 5, 2024
1 parent 7eeee9f commit 8653665
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
@@ -1,6 +1,6 @@
[package]
name = "oembed-rs"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ serde_json = "1.0"
lazy_static = "1.4"
schemars = { version = "0.8", optional = true }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11.16", features = ["json"], default-features = false }
reqwest = { version = "0.11.24", features = ["json"], default-features = false }

[dev-dependencies]
mockito = "1.1.0"
Expand Down

0 comments on commit 8653665

Please sign in to comment.