Skip to content

Commit

Permalink
chore: bump webweg version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewang2002 committed Mar 31, 2023
1 parent fbb4570 commit 1b3906a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webreg_scraper"
version = "0.4.4"
version = "0.4.5"
authors = ["Edward Wang"]
edition = "2021"
description = "A scraper and/or API for UC San Diego's WebReg enrollment system."
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/ewang2002/webreg_scraper"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros", "signal"] }
webweg = "0.7.2"
webweg = "0.7.4"
chrono = "0.4.19"
once_cell = "1.10.0"
axum = { version = "0.6.1", optional = true }
Expand Down

0 comments on commit 1b3906a

Please sign in to comment.