Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Apr 2, 2024
1 parent 7c7335f commit 2d28672
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 15 deletions.
123 changes: 112 additions & 11 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ humantime-serde = { version = "1.1.1" }
itertools = { version = "0.12.0" }
log = { version = "0.4.20" }
pretty_env_logger = { version = "0.5.0" }
reqwest = { version = "0.11.23", features = ["json"] }
rust_socketio = { git = "https://github.com/1c3t3a/rust-socketio.git", rev = "9ccf67b", features = [
"async",
] }
reqwest = { version = "0.12.2", features = ["json"] }
rust_socketio = { version = "0.5.0", features = ["async"] }
serde = { version = "1.0.194", features = ["derive"] }
serde_alias = { version = "0.0.2" }
serde_json = { version = "1.0.111" }
Expand Down

0 comments on commit 2d28672

Please sign in to comment.