cargo: Bump dependencies to latest version
Out of curiousity, I deployed two v0.7.3
garage instances onto my laptop - clustered and uploaded a single file to them. I then performed the migration steps with this branch + the rmp-serde
…
cargo: Bump dependencies to latest version
@lx I too was spectical on that one, but I found that they just defauled to string variants anyhow: https://github.com/3Hren/msgpack-rust/pull/286
The other function garage uses they declared…
21fe5eb49f
Cargo.toml: Loosen tracing dependency to just 0.1.
e224b75136
{model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10.
cd17bb6b05
{db,util}/Cargo.toml: Updated mktemp from 0.4 to 0.5.
9ea77a2784
api/Cargo.toml: Updated idna from 0.2 to 0.3.
dac706ba42
garage/Cargo.toml: Updated timeage from 0.3 to 0.4.
cargo: Bump dependencies to latest version
cde822eeeb
util/time.rs: Updated deprecated associated function to timestamp_opt().
397050a845
Cargo.toml: Updated clap from 3.1.18 to 4.1.
72ce4dfb89
k2v-client/Cargo.toml: Loosen dependencies.
efa9397ad2
Cargo.lock: Ran cargo update.
a71d2346ed
Cargo.toml: Updated base64 from 0.13 to 0.21.
Blog returns 'Document is empty' error
I cannot reproduce it anymore, but it was strange as this affected three other friends of mine around the same time (and they were on two different continents).
doc: Added observability.md.
a80568da05
doc: Added observability.md.
f5746a46f9
Merge pull request 'Add docs about running pict-rs with garage' (#475) from kaiyou/garage:docs-apps into main
9bf94faaa1
Add docs about running pict-rs with garage
4962b88f8b
tests/s3/website.rs: Added website hosting authorization check tests.
100b01e859
Implemented website hosting authorization endpoint.