Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fekie committed Nov 17, 2023
1 parent 44b7699 commit 079ece7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ license = "MIT"
name = "roboat"
readme = "README.md"
repository = "https://github.com/Chloe-Woahie/roboat"
version = "0.33.0"
version = "0.34.0"

[dependencies]
reqwest = { version = "0.11.14", default-features=false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.14", default-features = false, features = [
"rustls-tls",
"json",
] }
thiserror = "1.0.40"
serde = {version="1.0.136", features=["derive"]}
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.94"
tokio = { version = "1.27.0", features = ["full"] }
uuid = {version="1.3.1", features=["fast-rng", "v4"]}
uuid = { version = "1.3.1", features = ["fast-rng", "v4"] }
base64 = "0.21.2"


Expand Down

0 comments on commit 079ece7

Please sign in to comment.