mirror of https://github.com/tracel-ai/burn.git
Combined PRs (#1439)
* Bump web-time from 1.0.0 to 1.1.0 Bumps [web-time](https://github.com/daxpedda/web-time) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/daxpedda/web-time/releases) - [Changelog](https://github.com/daxpedda/web-time/blob/main/CHANGELOG.md) - [Commits](https://github.com/daxpedda/web-time/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: web-time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump rayon from 1.8.1 to 1.9.0 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.1 to 1.9.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.1...rayon-core-v1.9.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump tempfile from 3.10.0 to 3.10.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.0 to 3.10.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump the cargo group group with 1 update Bumps the cargo group group with 1 update: [mio](https://github.com/tokio-rs/mio). Updates `mio` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect dependency-group: cargo-security-group ... Signed-off-by: dependabot[bot] <support@github.com> * Bump log from 0.4.20 to 0.4.21 Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2de270fe0e
commit
56f460295a
|
@ -2649,9 +2649,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.20"
|
||||
version = "0.4.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
||||
|
||||
[[package]]
|
||||
name = "lru"
|
||||
|
@ -2761,9 +2761,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mio"
|
||||
version = "0.8.10"
|
||||
version = "0.8.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
|
||||
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"log",
|
||||
|
@ -3604,9 +3604,9 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|||
|
||||
[[package]]
|
||||
name = "rayon"
|
||||
version = "1.8.1"
|
||||
version = "1.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
|
||||
checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
|
||||
dependencies = [
|
||||
"either",
|
||||
"rayon-core",
|
||||
|
@ -4471,9 +4471,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.10.0"
|
||||
version = "3.10.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
|
||||
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"fastrand",
|
||||
|
@ -5067,9 +5067,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "web-time"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2ee269d72cc29bf77a2c4bc689cc750fb39f5cbd493d2205bbb3f5c7779cf7b0"
|
||||
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
||||
dependencies = [
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
|
|
|
@ -41,7 +41,7 @@ hashbrown = "0.14.2"
|
|||
indicatif = "0.17.8"
|
||||
js-sys = "0.3.68"
|
||||
libm = "0.2.8"
|
||||
log = { default-features = false, version = "0.4.20" }
|
||||
log = { default-features = false, version = "0.4.21" }
|
||||
pretty_assertions = "1.4"
|
||||
proc-macro2 = "1.0.69"
|
||||
protobuf = "3.3"
|
||||
|
@ -49,7 +49,7 @@ protobuf-codegen = "3.3"
|
|||
quote = "1.0.33"
|
||||
r2d2 = "0.8.10"
|
||||
r2d2_sqlite = { version = "0.23.0" }
|
||||
rayon = "1.8.0"
|
||||
rayon = "1.9.0"
|
||||
regex = "1.10.2"
|
||||
reqwest = "0.11.24"
|
||||
rmp-serde = "1.1.2"
|
||||
|
@ -63,7 +63,7 @@ spin = { version = "0.9.8", features = ["mutex", "spin_mutex"] }
|
|||
strum = "0.25.0"
|
||||
strum_macros = "0.25.3"
|
||||
syn = { version = "2.0", features = ["full", "extra-traits"] }
|
||||
tempfile = "3.10.0"
|
||||
tempfile = "3.10.1"
|
||||
thiserror = "1.0.57"
|
||||
tokio = { version = "1.36.0", features = ["rt", "macros"] }
|
||||
tracing-appender = "0.2.3"
|
||||
|
@ -75,7 +75,7 @@ wasm-logger = "0.2.0"
|
|||
wasm-timer = "0.2.5"
|
||||
md5 = "0.7.0"
|
||||
serial_test = "3.0.0"
|
||||
web-time = "1.0.0"
|
||||
web-time = "1.1.0"
|
||||
hound = "3.5.1"
|
||||
image = "0.24.9"
|
||||
zip = "0.6.6"
|
||||
|
|
|
@ -20,7 +20,7 @@ network = ["dep:indicatif", "dep:reqwest", "dep:tokio"]
|
|||
[target.'cfg(target_family = "wasm")'.dependencies]
|
||||
async-trait = { workspace = true }
|
||||
getrandom = { workspace = true, features = ["js"] }
|
||||
web-time = { version = "1.0.0" }
|
||||
web-time = { version = "1.1.0" }
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -11,7 +11,7 @@ anyhow = "1.0.80"
|
|||
clap = { version = "4.5.1", features = ["derive"] }
|
||||
derive_more = { version = "0.99.17", features = ["display"], default-features = false }
|
||||
env_logger = "0.11.2"
|
||||
log = "0.4.17"
|
||||
log = "0.4.21"
|
||||
rand = { workspace = true, features = ["std"] }
|
||||
serde_json = { version = "1" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue