We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c02a3 commit 2a1321fCopy full SHA for 2a1321f
Cargo.toml
@@ -1,9 +1,9 @@
1
[package]
2
name = "datta"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = """Rust implementation of RFC6570 - URI Template that can process\
5
URI Templates up and to including ones designated Level 4."""
6
-repository = "https://github.com/sifis-home/datta"
+repository = "https://github.com/wot-rust/datta"
7
readme = "README.md"
8
keywords = [
9
"uritemplates",
@@ -16,4 +16,4 @@ license = "BSD-3-Clause"
16
edition = "2021"
17
18
[dependencies]
19
-regex = "1.6.0"
+regex = "1.10.0"
0 commit comments