Skip to content

Commit

Permalink
Use older reqwest that exists in guix
Browse files Browse the repository at this point in the history
  • Loading branch information
necto committed Jan 7, 2025
1 parent 8004e39 commit 12b95a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ teloxide = { version = "0.13", features = ["macros"] }
log = "0.4"
pretty_env_logger = "0.5"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0.133", features = ["derive"] }
confy = "0.6.1"
serde_json = "1.0.133"
Expand Down

0 comments on commit 12b95a6

Please sign in to comment.