Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vollkorntomate committed Aug 18, 2023
1 parent 341d2bb commit a073dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "photon-geocoding"
version = "1.1.0"
version = "1.1.1"
authors = ["vollkorntomate <thomas@vollkorntomate.de>"]
description = "An API client for Komoot's Photon API written in and for Rust."
repository = "https://codeberg.org/vollkorntomate/photon-geocoding-rs"
Expand All @@ -11,6 +11,6 @@ edition = "2021"
rust-version = "1.64"

[dependencies]
ureq = { version = "2.5", features = ["json"] }
ureq = { version = "2.7.1", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1" }

0 comments on commit a073dd1

Please sign in to comment.