Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump semver from 1.0.19 to 1.0.22 #100

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6f64c68
Update development.md
sharkAndshark Sep 20, 2023
61bd73b
Update development.md
sharkAndshark Sep 20, 2023
8b517b8
Update development.md
sharkAndshark Sep 20, 2023
5b795ed
chore(deps): Bump semver from 1.0.18 to 1.0.19 (#53)
dependabot[bot] Sep 25, 2023
9710c63
chore(deps): Bump clap from 4.4.4 to 4.4.5 (#54)
dependabot[bot] Sep 26, 2023
97ec870
chore(deps): Bump sqlx from 0.7.1 to 0.7.2 (#55)
dependabot[bot] Sep 27, 2023
f4945a0
chore(deps): Bump ctor from 0.2.4 to 0.2.5 (#56)
dependabot[bot] Sep 27, 2023
72a75d1
chore(deps): Bump thiserror from 1.0.48 to 1.0.49 (#57)
dependabot[bot] Sep 28, 2023
7e07667
chore(deps): Bump clap from 4.4.5 to 4.4.6 (#58)
dependabot[bot] Sep 29, 2023
dac018b
Update README.md
sharkAndshark Oct 24, 2023
e1cba99
chore(deps): Bump clap from 4.4.6 to 4.4.9 (#72)
dependabot[bot] Nov 28, 2023
6494faa
chore(deps): Bump tilejson from 0.3.2 to 0.3.4 (#73)
dependabot[bot] Nov 28, 2023
dabac9c
chore(deps): Bump openssl from 0.10.57 to 0.10.60 (#74)
dependabot[bot] Nov 28, 2023
1db7585
chore(deps): Bump thiserror from 1.0.49 to 1.0.50 (#68)
dependabot[bot] Nov 28, 2023
b8fc6a0
chore(deps): Bump pmtiles from 0.3.0 to 0.3.1 (#75)
dependabot[bot] Nov 28, 2023
adca83a
chore(deps): Bump clap from 4.4.9 to 4.4.10 (#76)
dependabot[bot] Nov 29, 2023
59d4450
chore(deps): Bump serde_json from 1.0.107 to 1.0.108 (#77)
dependabot[bot] Nov 29, 2023
b12419d
chore(deps): Bump env_logger from 0.10.0 to 0.10.1 (#78)
dependabot[bot] Nov 29, 2023
af235fc
chore(deps): Bump semver from 1.0.19 to 1.0.22
dependabot[bot] Feb 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 49 additions & 69 deletions 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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Martin
# Martin111111

[![Book](https://img.shields.io/badge/docs-Book-informational)](https://maplibre.org/martin)
[![docs.rs docs](https://docs.rs/martin/badge.svg)](https://docs.rs/martin)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Install [docker](https://docs.docker.com/get-docker/), [docker-compose](https://

```shell, ignore
# For Ubuntu-based distros
sudo apt install -y docker.io docker-compose libssl-dev
sudo apt install -y docker.io docker-compose libssl-dev build-essential jq pkg-config file
```

Install [Just](https://github.com/casey/just#readme) (improved makefile processor). Note that some Linux and Homebrew distros have outdated versions of Just, so you should install it from source:
Expand Down