Skip to content

Commit

Permalink
feat: update dependencies and bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeijboom committed Nov 22, 2024
1 parent fba776b commit bfb4948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oembed-rs"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand All @@ -16,8 +16,8 @@ serde_json = "1.0"
lazy_static = "1.5"
schemars = { version = "0.8", optional = true }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.12.8", features = ["json"], default-features = false }
reqwest = { version = "0.12.9", features = ["json"], default-features = false }

[dev-dependencies]
mockito = "1.5.0"
mockito = "1.6.0"
tokio = { version = "1.0", features = ["macros"] }

0 comments on commit bfb4948

Please sign in to comment.