Skip to content

Commit

Permalink
Lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and FSMaxB committed Aug 8, 2024
1 parent cdef037 commit 50d0487
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 27 deletions.
27 changes: 8 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions async-time-mock-async-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ authors = [
"Max Bruckner",
"Thomas Keppler",
]
rust-version = "1.64"
rust-version = "1.70"

[dependencies]
async-std = "1"
async-time-mock-core = {version = "0.1", path = "../async-time-mock-core", optional = true}
async-time-mock-core = { version = "0.1", path = "../async-time-mock-core", optional = true }

[dev-dependencies]
async-std = {version = "1", features = ["attributes"]}
async-std = { version = "1", features = ["attributes"] }

[features]
default = ["interval"]
Expand Down
2 changes: 1 addition & 1 deletion async-time-mock-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Max Bruckner",
"Thomas Keppler",
]
rust-version = "1.64"
rust-version = "1.70"

[dependencies]
async-lock = { version = "3", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions async-time-mock-smol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ authors = [
"Max Bruckner",
"Thomas Keppler",
]
rust-version = "1.64"
rust-version = "1.70"

[dependencies]
async-time-mock-core = {version = "0.1", path = "../async-time-mock-core", optional = true}
async-time-mock-core = { version = "0.1", path = "../async-time-mock-core", optional = true }
# in order to minimize the amount of dependencies pulled in, use the `async-io` library for timers, which `smol` just reexports
async-io = "2"
# required for the Stream trait and already a dependency of async-io
futures-core = {version = "0.3", optional = true}
futures-core = { version = "0.3", optional = true }

[dev-dependencies]
smol = "2"
Expand Down
2 changes: 1 addition & 1 deletion async-time-mock-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Max Bruckner",
"Thomas Keppler",
]
rust-version = "1.64"
rust-version = "1.70"


[dependencies]
Expand Down

0 comments on commit 50d0487

Please sign in to comment.