Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zeozeozeo/zcb3
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed May 22, 2024
2 parents 22fb68d + 25d0f3b commit 296d354
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ env_logger = "0.11.3"
image = { version = "0.25.1", default-features = false, features = ["ico", "png"] }
rfd = "0.14.1"
bot = { path = "bot" }
serde_json = "1.0.116"
serde_json = "1.0.117"
log = "0.4.21"
anyhow = "1.0.82"
anyhow = "1.0.86"
rayon = "1.10.0"
egui_extras = { version = "0.27.2", features = ["image"] }
rustmatica = "0.1.1"
rustmatica = "0.2.0"
egui_plot = "0.27.2"
serde = "1.0.198"
serde = "1.0.202"
self-replace = "1.3.7"
ureq = "2.9.6"
fastrand = "2.0.2"
ureq = "2.9.7"
fastrand = "2.1.0"
egui_clickpack_db = { git = "https://github.com/zeozeozeo/egui_clickpack_db.git" }
chrono = "0.4.38"
timeago = "0.4.2"
Expand All @@ -45,4 +45,4 @@ winapi = { version = "0.3.9", features = ["wincon", "winuser"] }

[build-dependencies]
winres = "0.1.12"
built = "0.7.2"
built = "0.7.3"
12 changes: 6 additions & 6 deletions bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
bincode = "1.3.3"
byteorder = "1.5.0"
chrono = "0.4.38"
dlhn = "0.1.6"
dlhn = "0.1.7"
fasteval2 = { git = "https://github.com/zeozeozeo/fasteval2.git", branch = "sqrt-builtin", default-features = false, features = ["alpha-keywords"]}
hound = "3.5.1"
ijson = "0.1.3"
leb128 = "0.2.5"
log = "0.4.21"
lzma-rs = "0.3.0"
rayon = "1.10.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
symphonia = { version = "0.5.4", features = ["all"] }
ybot_fmt = { path = "ybot_fmt" }
gdr = { path = "gdr" }
fastrand = "2.0.2"
flate2 = "1.0.28"
fastrand = "2.1.0"
flate2 = "1.0.30"
6 changes: 3 additions & 3 deletions bot/gdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
log = "0.4.21"
rmp-serde = "1.2.0"
serde = "1.0.198"
serde_json = "1.0.116"
rmp-serde = "1.3.0"
serde = "1.0.202"
serde_json = "1.0.117"

0 comments on commit 296d354

Please sign in to comment.