Skip to content

Commit

Permalink
[CHORE] Update Core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent 36f973a commit 5f6437a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions owmods_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ repository = "https://github.com/ow-mods/ow-mod-man/"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
opener = "0.6.1"
opener = "0.7.0"
directories = "5.0.1"
reqwest = { version = "0.11.27", default-features = false, features = [
reqwest = { version = "0.12.1", default-features = false, features = [
"blocking",
"json",
"rustls-tls",
Expand All @@ -36,7 +36,7 @@ typeshare = "1.0.2"
lazy_static = "1.4.0"
tempfile = "3.10.1"
unicode-normalization = "0.1.23"
regex = "1.10.3"
regex = "1.10.4"

[dev-dependencies]
tokio-test = "0.4.4"

0 comments on commit 5f6437a

Please sign in to comment.