Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 38 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 36 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [crossbeam](https://github.com/crossbeam-rs/crossbeam) | `0.8.3` | `0.8.4` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.11` | `0.2.14` |
| [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` |
| [nalgebra](https://github.com/dimforge/nalgebra) | `0.32.3` | `0.32.5` |
| [rapier2d-f64](https://github.com/dimforge/rapier) | `0.17.2` | `0.18.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.199` |
| [wasmer](https://github.com/wasmerio/wasmer) | `4.2.5` | `4.2.8` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.5.0` | `1.6.0` |
| [wide](https://github.com/Lokathor/wide) | `0.7.13` | `0.7.16` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.77` | `1.0.82` |
| [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.4` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.66` | `0.3.69` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.39` | `0.4.42` |
| [rayon](https://github.com/rayon-rs/rayon) | `1.8.0` | `1.10.0` |
| [test-log](https://github.com/d-e-s-o/test-log) | `0.2.14` | `0.2.15` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.116` |
| [serial_test](https://github.com/palfrey/serial_test) | `2.0.0` | `3.1.1` |
| [maths-rs](https://github.com/polymonster/maths-rs) | `0.2.5` | `0.2.6` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.38` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.22.0` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.29` |
| [built](https://github.com/lukaslueg/built) | `0.7.1` | `0.7.2` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.11.27` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.37.0` |
| [axum](https://github.com/tokio-rs/axum) | `0.7.2` | `0.7.5` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.5.0` | `0.5.2` |
| [http](https://github.com/hyperium/http) | `1.0.0` | `1.1.0` |
| [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.5.4` |
| [comfy-table](https://github.com/nukesor/comfy-table) | `7.1.0` | `7.1.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.8.1` | `3.10.1` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.0` | `0.12.1` |
| [petname](https://github.com/allenap/rust-petname) | `1.1.3` | `2.0.1` |
| [rusqlite](https://github.com/rusqlite/rusqlite) | `0.30.0` | `0.31.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.8` | `0.8.12` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.7` | `0.17.8` |
| [metaheuristics-nature](https://github.com/KmolYuan/metaheuristics-nature-rs) | `9.2.3` | `10.0.1` |



Updates `crossbeam` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-0.8.3...crossbeam-0.8.4)

Updates `getrandom` from 0.2.11 to 0.2.14
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.11...v0.2.14)

Updates `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](rust-lang/log@0.4.20...0.4.21)

Updates `nalgebra` from 0.32.3 to 0.32.5
- [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.32.3...v0.32.5)

Updates `rapier2d-f64` from 0.17.2 to 0.18.0
- [Changelog](https://github.com/dimforge/rapier/blob/master/CHANGELOG.md)
- [Commits](dimforge/rapier@v0.17.2...v0.18.0)

Updates `serde` from 1.0.193 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.193...v1.0.199)

Updates `wasmer` from 4.2.5 to 4.2.8
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v4.2.5...v4.2.8)

Updates `bytes` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.5.0...v1.6.0)

Updates `wide` from 0.7.13 to 0.7.16
- [Commits](Lokathor/wide@v0.7.13...v0.7.16)

Updates `anyhow` from 1.0.77 to 1.0.82
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.77...1.0.82)

Updates `regex` from 1.10.2 to 1.10.4
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.2...1.10.4)

Updates `wasmer-compiler-cranelift` from 4.2.5 to 4.2.8
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md)
- [Commits](wasmerio/wasmer@v4.2.5...v4.2.8)

Updates `js-sys` from 0.3.66 to 0.3.69
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `wasm-bindgen` from 0.2.89 to 0.2.92
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.89...0.2.92)

Updates `wasm-bindgen-futures` from 0.4.39 to 0.4.42
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `rayon` from 1.8.0 to 1.10.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.0...rayon-core-v1.10.0)

Updates `test-log` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/d-e-s-o/test-log/releases)
- [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md)
- [Commits](d-e-s-o/test-log@v0.2.14...v0.2.15)

Updates `serde_json` from 1.0.108 to 1.0.116
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.116)

Updates `serial_test` from 2.0.0 to 3.1.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v2.0.0...v3.1.1)

Updates `maths-rs` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/polymonster/maths-rs/releases)
- [Commits](polymonster/maths-rs@0.2.5...0.2.6)

Updates `chrono` from 0.4.31 to 0.4.38
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.31...v0.4.38)

Updates `base64` from 0.21.5 to 0.22.0
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.5...v0.22.0)

Updates `flate2` from 1.0.28 to 1.0.29
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.28...1.0.29)

Updates `built` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md)
- [Commits](lukaslueg/built@0.7.1...0.7.2)

Updates `reqwest` from 0.11.23 to 0.11.27
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.23...v0.11.27)

Updates `tokio` from 1.35.1 to 1.37.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.37.0)

Updates `axum` from 0.7.2 to 0.7.5
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.2...axum-v0.7.5)

Updates `tower-http` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.0...tower-http-0.5.2)

Updates `http` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.0.0...v1.1.0)

Updates `clap` from 4.4.11 to 4.5.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.11...v4.5.4)

Updates `comfy-table` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v7.1.0...v7.1.1)

Updates `tempfile` from 3.8.1 to 3.10.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.8.1...v3.10.1)

Updates `itertools` from 0.12.0 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.12.1)

Updates `petname` from 1.1.3 to 2.0.1
- [Commits](allenap/rust-petname@v1.1.3...v2.0.1)

Updates `rusqlite` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.30.0...v0.31.0)

Updates `toml` from 0.8.8 to 0.8.12
- [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.12)

Updates `indicatif` from 0.17.7 to 0.17.8
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.7...0.17.8)

Updates `metaheuristics-nature` from 9.2.3 to 10.0.1
- [Commits](KmolYuan/metaheuristics-nature-rs@v9.2.3...v10.0.1)

---
updated-dependencies:
- dependency-name: crossbeam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: getrandom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: nalgebra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rapier2d-f64
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasmer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: wide
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasmer-compiler-cranelift
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: js-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wasm-bindgen-futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: test-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: maths-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: built
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: comfy-table
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: petname
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: rusqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: metaheuristics-nature
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 80ce743 commit 73d3a44
Show file tree
Hide file tree
Showing 11 changed files with 489 additions and 441 deletions.
796 changes: 422 additions & 374 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
oort_multifile = { path = "../shared/multifile" }
notify = "6.1.1"
env_logger = "0.10.1"
clap = { version = "4.4.11", features = ["derive"] }
anyhow = "1.0.77"
clap = { version = "4.5.4", features = ["derive"] }
anyhow = "1.0.82"
26 changes: 13 additions & 13 deletions services/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ oort_code_encryption = { path = "../../shared/code_encryption" }
oort_proto = { path = "../../shared/proto" }
oort_simulator = { path = "../../shared/simulator", features = ["precompile"] }
anyhow = "1.0"
chrono = "0.4.31"
chrono = "0.4.38"
firestore = "0.37.5"
gcloud-sdk = "0.23.1"
log = "0.4.20"
log = "0.4.21"
rand = "0.8.5"
regex = "1.10.2"
reqwest = { version = "0.11.23", default-features=false, features = ["json", "rustls-tls"] }
serde_json = "1.0.108"
regex = "1.10.4"
reqwest = { version = "0.11.27", default-features=false, features = ["json", "rustls-tls"] }
serde_json = "1.0.116"
stackdriver_logger = "0.8.2"
tokio = { version = "1.35", features = ["macros", "rt-multi-thread", "process"] }
axum = { version = "0.7.2", features = ["macros"] }
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
http = "1.0.0"
tokio = { version = "1.37", features = ["macros", "rt-multi-thread", "process"] }
axum = { version = "0.7.5", features = ["macros"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
http = "1.1.0"
tracing-subscriber = "0.3.18"
bytes = "1.5.0"
clap = { version = "4.4.11", features = ["derive"] }
comfy-table = "7.1.0"
rayon = "1.8.0"
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
comfy-table = "7.1.1"
rayon = "1.10.0"
16 changes: 8 additions & 8 deletions services/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ oort_code_encryption = { path = "../../shared/code_encryption" }
oort_compiler = { path = "../../shared/compiler" }
tokio = { version = "1", features = ["macros", "process", "rt-multi-thread"] }
anyhow = "1.0"
bytes = "1.5"
log = "0.4.20"
bytes = "1.6"
log = "0.4.21"
stackdriver_logger = "0.8.2"
once_cell = "1.19"
regex = "1.10.2"
regex = "1.10.4"
lazy_static = "1.4.0"
clap = { version = "4.4.11", features = ["derive"] }
tempfile = "3.8.1"
axum = "0.7.2"
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
http = "1.0.0"
clap = { version = "4.5.4", features = ["derive"] }
tempfile = "3.10.1"
axum = "0.7.5"
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
http = "1.1.0"
tracing-subscriber = "0.3.18"
2 changes: 1 addition & 1 deletion shared/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ repository = "https://github.com/rlane/oort3"
oorandom = "11.1.3"
serde = { version = "1.0", optional = true }
byteorder = "1.5.0"
maths-rs = "0.2.5"
maths-rs = "0.2.6"
8 changes: 4 additions & 4 deletions shared/code_encryption/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2021"

[dependencies]
aes-gcm = { version = "0.10.3", features = ["std"] }
anyhow = "1.0.77"
base64 = "0.21.5"
anyhow = "1.0.82"
base64 = "0.22.0"
bincode = "1.3.3"
flate2 = "1.0.28"
flate2 = "1.0.29"
rand = "0.8.5"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
sha2 = "0.10.8"

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions shared/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ publish = false
edition = "2021"

[dependencies]
anyhow = "1.0.77"
anyhow = "1.0.82"
tempdir = "0.3.7"
glob = "0.3.1"
log = "0.4.20"
log = "0.4.21"
lazy_static = "1.4.0"
regex = "1.10.2"
regex = "1.10.4"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down
4 changes: 2 additions & 2 deletions shared/multifile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.77"
regex = "1.10.2"
anyhow = "1.0.82"
regex = "1.10.4"
2 changes: 1 addition & 1 deletion shared/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4.31", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
34 changes: 17 additions & 17 deletions shared/simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,51 @@ publish = false
crate-type = ["cdylib", "rlib"]

[dependencies]
crossbeam = "0.8.3"
getrandom = { version = "0.2.11", features = ["js"] }
log = "0.4.20"
nalgebra = { version = "0.32.3", features = ["serde-serialize"] }
crossbeam = "0.8.4"
getrandom = { version = "0.2.14", features = ["js"] }
log = "0.4.21"
nalgebra = { version = "0.32.5", features = ["serde-serialize"] }
oorandom = "11.1.3"
rand = "0.8.5"
rand_chacha = "0.3.1"
rand_distr = "0.4.3"
rand_seeder = "0.2.3"
rapier2d-f64 = { version = "0.17.2", features = ["wasm-bindgen", "enhanced-determinism"] }
serde = { version = "1.0.193", features = ["derive"] }
rapier2d-f64 = { version = "0.18.0", features = ["wasm-bindgen", "enhanced-determinism"] }
serde = { version = "1.0.199", features = ["derive"] }
instant = "0.1.12"
oort_api = { path = "../api", features = ["serde"] }
wasmer = { version = "4.2.5", default-features = false }
wasmer = { version = "4.2.8", default-features = false }
tar = "0.4.40"
libflate = "2.0.0"
walrus = { version = "0.19.0", git = "https://github.com/scrtlabs/walrus", rev = "c5777d4" }
bytes = { version = "1.5.0", features = ["serde"] }
bytes = { version = "1.6.0", features = ["serde"] }
static_aabb2d_index = { version = "2.0.0", features = ["unsafe_optimizations"] }
bitvec = "1.0.1"
wide = "0.7.13"
wide = "0.7.16"
wasm-submemory = { version = "0.1.0", git = "https://github.com/rlane/wasm-submemory", rev = "4b906bf8c654685ae1d886d8a4d8a39a6495cea3" }
anyhow = "1.0.77"
anyhow = "1.0.82"
lazy_static = "1.4.0"
regex = "1.10.2"
regex = "1.10.4"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
wasmer-compiler-cranelift = { version = "4.2.0" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.66"
js-sys = "0.3.69"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4.39"
wasm-bindgen-futures = "0.4.42"

[dev-dependencies]
bincode = "1.3.3"
rayon = "1.8.0"
rayon = "1.10.0"
criterion = { version = "0.5.1", features = ["html_reports"] }
test-log = "0.2.14"
test-log = "0.2.15"
env_logger = "0.10.1"
serde_json = "1.0.108"
serde_json = "1.0.116"
approx = "0.5.1"
wabt = "0.10.0"
testing_logger = "0.1.1"
serial_test = "2.0.0"
serial_test = "3.1.1"

[features]
default = ["sys"]
Expand Down
32 changes: 16 additions & 16 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@ oort_api = { path = "../shared/api" }
firestore = "0.37.5"
gcloud-sdk = "0.23.1"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.35", features = ["full"] }
log = "0.4.20"
tokio = { version = "1.37", features = ["full"] }
log = "0.4.21"
env_logger = "0.10.1"
reqwest = { version = "0.11.23", default-features = false, features = ["json", "blocking", "rustls-tls"] }
rayon = "1.8.0"
reqwest = { version = "0.11.27", default-features = false, features = ["json", "blocking", "rustls-tls"] }
rayon = "1.10.0"
serde_json = "1.0"
chrono = "0.4.31"
clap = { version = "4.4.11", features = ["derive"] }
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
skillratings = "0.26.0"
itertools = "0.12.0"
comfy-table = "7.1.0"
petname = "1.1.3"
itertools = "0.12.1"
comfy-table = "7.1.1"
petname = "2.0.1"
rand_chacha = "0.3.1"
rand_seeder = "0.2.3"
rusqlite = { version = "0.30.0", features = ["bundled"] }
anyhow = "1.0.77"
rusqlite = { version = "0.31.0", features = ["bundled"] }
anyhow = "1.0.82"
shell-words = "1.1.0"
toml = "0.8.8"
indicatif = { version = "0.17.7", features = ["tokio"] }
toml = "0.8.12"
indicatif = { version = "0.17.8", features = ["tokio"] }
once_cell = "1.19.0"
regex = "1.10.2"
regex = "1.10.4"
rand = "0.8.5"
metaheuristics-nature = { version = "9.2.3", features = ["clap", "rayon"] }
metaheuristics-nature = { version = "10.0.1", features = ["clap", "rayon"] }
tempdir = "0.3.7"
glob = "0.3.1"
tar = "0.4.40"
libflate = "2.0.0"
tokio-retry = "0.3.0"
goose = "0.17.2"
nalgebra = "0.32.3"
nalgebra = "0.32.5"
futures = "0.3.30"
indicatif-log-bridge = "0.2.2"

0 comments on commit 73d3a44

Please sign in to comment.