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 Apr 2, 2024
1 parent 89dd458 commit 2033365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2", default-features = false, features = [
"blocking",
"json",
"rustls-tls",
Expand All @@ -29,14 +29,14 @@ zip = { version = "0.6.6", default-features = false, features = [
] }
futures = "0.3.30"
log = "0.4.21"
tokio = { version = "1.36.0", features = ["net", "time", "process", "macros"] }
tokio = { version = "1.37.0", features = ["net", "time", "process", "macros"] }
serde_repr = "0.1.18"
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
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 2033365

Please sign in to comment.